update
This commit is contained in:
@@ -51,13 +51,13 @@ julia>
|
|||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
[] update docstring
|
[] update docstring
|
||||||
[PENDING] implement the function
|
[x] implement the function
|
||||||
[] implement RAG to pull similar experience
|
[] implement RAG to pull similar experience
|
||||||
[] use iterative prompting to ensure JSON format
|
[] use iterative prompting to ensure JSON format
|
||||||
|
|
||||||
# Signature
|
# Signature
|
||||||
"""
|
"""
|
||||||
function decisionMaker(a::T1, state::T2) where {T1<:agent, T2<:AbstractDict}
|
function decisionMaker(a::T1, state::T2)::String where {T1<:agent, T2<:AbstractDict}
|
||||||
customerinfo =
|
customerinfo =
|
||||||
"""
|
"""
|
||||||
I will give you the following information about customer:
|
I will give you the following information about customer:
|
||||||
|
|||||||
Reference in New Issue
Block a user