update
This commit is contained in:
@@ -35,32 +35,27 @@ using ..type, ..util, ..llmfunction, ..mcts
|
||||
|
||||
""" Think and choose action
|
||||
|
||||
Arguments\n
|
||||
-----
|
||||
a::T1
|
||||
one of Yiem's agent
|
||||
state::T2
|
||||
a game state
|
||||
|
||||
Return\n
|
||||
-----
|
||||
thought::Dict
|
||||
# Arguments
|
||||
`a::T1`
|
||||
one of Yiem's agent
|
||||
`state::T2`
|
||||
a game state
|
||||
|
||||
# Return
|
||||
`thought::Dict`
|
||||
|
||||
Example\n
|
||||
-----
|
||||
```jldoctest
|
||||
julia>
|
||||
```
|
||||
# Example
|
||||
```jldoctest
|
||||
julia>
|
||||
```
|
||||
|
||||
TODO\n
|
||||
-----
|
||||
[] update docstring
|
||||
[x] implement the function
|
||||
[] implement RAG to pull similar experience
|
||||
[] use iterative prompting to ensure JSON format
|
||||
# TODO
|
||||
[] update docstring
|
||||
[x] implement the function
|
||||
[] implement RAG to pull similar experience
|
||||
[] use iterative prompting to ensure JSON format
|
||||
|
||||
Signature\n
|
||||
-----
|
||||
# Signature
|
||||
"""
|
||||
function decisionMaker(a::T1, state::T2) where {T1<:agent, T2<:AbstractDict}
|
||||
customerinfo =
|
||||
|
||||
Reference in New Issue
Block a user