Skip to content

Commit 4865804

Browse files
author
Pierre
committed
Update README.md
1 parent 9a400f0 commit 4865804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async def analyze_call_feedback(input: CallFeedbackInput) -> CallFeedbackOutput:
196196
2. As a function parameter when calling the agent:
197197
```python
198198
@workflowai.agent(id="analyze-call-feedback")
199-
async def analyze_call_feedback(input: CallFeedbackInput, *, model: Model) -> CallFeedbackOutput:
199+
async def analyze_call_feedback(input: CallFeedbackInput) -> CallFeedbackOutput:
200200
...
201201

202202
# Call with specific model

0 commit comments

Comments
 (0)