mirror of https://github.com/aliasrobotics/cai.git
Minor docs improments
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
4888ce375c
commit
2ee152d1de
|
|
@ -31,7 +31,10 @@ class Agent(BaseModel): # pylint: disable=too-few-public-methods
|
|||
|
||||
class Response(BaseModel): # pylint: disable=too-few-public-methods
|
||||
"""
|
||||
Represents a response from the CAI.
|
||||
Represents a response back to the user from the CAI.
|
||||
|
||||
NOTE: This happens within the run() chain, after "Ending turn"
|
||||
in the CAI.
|
||||
"""
|
||||
|
||||
messages: List = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue