-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Labels
Description
We should be able to record tool definition(s) along with model/agent calls such as
"tools": [
{
"type": "function",
"function": {
"name": "get_current_weather",
"description": "Get the current weather in a given location",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The city and state, e.g. San Francisco, CA"
},
"unit": {
"type": "string",
"enum": ["celsius", "fahrenheit"]
}
},
"required": ["location"]
}
}
}
],
"tool_choice": "auto"
Steffen911
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done