Minor docs improments

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-10 08:06:41 +00:00
parent 4888ce375c
commit 2ee152d1de
1 changed files with 4 additions and 1 deletions

View File

@ -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 = []