feat: add tool labels (#2178)
This commit is contained in:
parent
0940084fd2
commit
7cb75cb2e7
8 changed files with 90 additions and 3 deletions
|
|
@ -49,10 +49,11 @@ agent_thought_fields = {
|
|||
'position': fields.Integer,
|
||||
'thought': fields.String,
|
||||
'tool': fields.String,
|
||||
'tool_labels': fields.Raw,
|
||||
'tool_input': fields.String,
|
||||
'created_at': TimestampField,
|
||||
'observation': fields.String,
|
||||
'files': fields.List(fields.String)
|
||||
'files': fields.List(fields.String),
|
||||
}
|
||||
|
||||
message_detail_fields = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue