Skip to content

Commit eec1ec9

Browse files
authored
Update function-calling.mdx
1 parent f5a188c commit eec1ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/assistants/function-calling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This function is provided when `transferCall` is included in the assistant's lis
2525
],
2626
"tools": [
2727
{
28-
"type": "transferCall".
28+
"type": "transferCall",
2929
"destinations" : {
3030
{
3131
"type": "number",
@@ -129,4 +129,4 @@ At the assistant level, the `serverUrl` can be specified in the assistant config
129129
If the `serverUrl` is not defined either at the account level or the assistant level, the function call will simply be added to the chat history. This can be particularly useful when you want a function call to trigger an action on the frontend.
130130

131131
For instance, the frontend can listen for specific function calls in the chat history and respond by updating the user interface or performing other actions. This allows for a dynamic and interactive user experience, where the frontend can react to changes in the conversation in real time.
132-
</Accordion>
132+
</Accordion>

0 commit comments

Comments
 (0)