We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5bf12 commit 654af12Copy full SHA for 654af12
agent_telephony/twilio_livekit/agent_twilio/src/workflows/logic.py
@@ -45,7 +45,7 @@ async def run(self, workflow_input: LogicWorkflowInput) -> str:
45
function_input=LlmLogicInput(
46
messages=[
47
msg.model_dump() for msg in workflow_input.messages
48
- ], # Convert messages to dict
+ ],
49
documentation=documentation,
50
),
51
start_to_close_timeout=timedelta(seconds=60),
0 commit comments