feat: universal chat in explore (#649)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
parent
94b54b7ca9
commit
4fdb37771a
64 changed files with 3186 additions and 858 deletions
|
|
@ -10,9 +10,9 @@ class AgentLoop(BaseModel):
|
|||
tool_output: str = None
|
||||
|
||||
prompt: str = None
|
||||
prompt_tokens: int = None
|
||||
prompt_tokens: int = 0
|
||||
completion: str = None
|
||||
completion_tokens: int = None
|
||||
completion_tokens: int = 0
|
||||
|
||||
latency: float = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue