Skip to content

Commit 6a4353e

Browse files
bajajcodesskeptrunedev
authored andcommitted
added docs for Custom LLM Tool Calling Integration (#184)
1 parent c359288 commit 6a4353e

File tree

3 files changed

+424
-15
lines changed

3 files changed

+424
-15
lines changed

fern/calls/call-dynamic-transfers.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,6 @@ Your server should respond with either a valid `destination` or an `error` to in
6767

6868
### Transfer Destination Request Response Payload
6969

70-
#### Assistant Destination
71-
72-
```json
73-
{
74-
"destination": {
75-
"type": "assistant",
76-
"message": "Connecting you to our support assistant.",
77-
"assistantName": "SupportAssistant",
78-
"transferMode": "rolling-history"
79-
}
80-
}
81-
```
82-
83-
Transfers the call to another assistant, specifying how the conversation history should be handled.
84-
8570
#### Number Destination
8671

8772
```json

0 commit comments

Comments
 (0)