We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a400f0 commit 4865804Copy full SHA for 4865804
README.md
@@ -196,7 +196,7 @@ async def analyze_call_feedback(input: CallFeedbackInput) -> CallFeedbackOutput:
196
2. As a function parameter when calling the agent:
197
```python
198
@workflowai.agent(id="analyze-call-feedback")
199
-async def analyze_call_feedback(input: CallFeedbackInput, *, model: Model) -> CallFeedbackOutput:
+async def analyze_call_feedback(input: CallFeedbackInput) -> CallFeedbackOutput:
200
...
201
202
# Call with specific model
0 commit comments