fix(docs): incorrect tool_choice example (#1330)
This commit is contained in:
parent
909ef66951
commit
7265a5dc0e
1 changed files with 2 additions and 2 deletions
|
@ -458,12 +458,12 @@ The high-level API supports OpenAI compatible function and tool calling. This is
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
tool_choice=[{
|
tool_choice={
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"function": {
|
"function": {
|
||||||
"name": "UserDetail"
|
"name": "UserDetail"
|
||||||
}
|
}
|
||||||
}]
|
}
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue