mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 02:51:07 +00:00
docs(agent): Add agents development guide (#1673)
This commit is contained in:
@@ -187,6 +187,7 @@ class AgentContext:
|
||||
max_new_tokens: int = 1024
|
||||
temperature: float = 0.5
|
||||
allow_format_str_template: Optional[bool] = False
|
||||
verbose: bool = False
|
||||
|
||||
def to_dict(self) -> Dict[str, Any]:
|
||||
"""Return a dictionary representation of the AgentContext."""
|
||||
|
Reference in New Issue
Block a user