Skip to content

Commit 654af12

Browse files
committed
cleanup comment
1 parent da5bf12 commit 654af12

File tree

1 file changed

+1
-1
lines changed
  • agent_telephony/twilio_livekit/agent_twilio/src/workflows

1 file changed

+1
-1
lines changed

agent_telephony/twilio_livekit/agent_twilio/src/workflows/logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def run(self, workflow_input: LogicWorkflowInput) -> str:
4545
function_input=LlmLogicInput(
4646
messages=[
4747
msg.model_dump() for msg in workflow_input.messages
48-
], # Convert messages to dict
48+
],
4949
documentation=documentation,
5050
),
5151
start_to_close_timeout=timedelta(seconds=60),

0 commit comments

Comments
 (0)