Skip to content

Commit 2f1c03b

Browse files
authored
add which model underlying call analysis
1 parent 13bcfa1 commit 2f1c03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/assistants/call-analysis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: assistants/call-analysis
55
---
66

77

8-
The Call Analysis feature allows you to summarize and evaluate calls, providing valuable insights into their effectiveness. This feature uses a combination of prompts and schemas to generate structured data and success evaluations based on the call's content.
8+
The Call Analysis feature allows you to summarize and evaluate calls, providing valuable insights into their effectiveness. This feature uses a combination of prompts and schemas to generate structured data and success evaluations based on the call's content. The underlying models driving our call analysis pipeline are the latest version of Anthropic's Claude Sonnet and in case of failure OpenAI's GPT 4o.
99

1010
You can customize the below in the assistant's `assistant.analysisPlan`.
1111

@@ -146,4 +146,4 @@ You can use prompts and rubrics in combination to create detailed instructions f
146146
}
147147
```
148148

149-
By customizing these properties, you can tailor the call analysis to meet your specific needs and gain valuable insights from your calls.
149+
By customizing these properties, you can tailor the call analysis to meet your specific needs and gain valuable insights from your calls.

0 commit comments

Comments
 (0)