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 dc6d487 commit 868556fCopy full SHA for 868556f
agent_rag/src/functions/llm_chat.py
@@ -53,4 +53,4 @@ async def llm_chat(function_input: LlmChatInput) -> ChatCompletion:
53
raise NonRetryableError(error_message) from e
54
else:
55
log.info("llm_chat function completed", response=response)
56
- return response
+ return response.model_dump()
agent_todo/src/functions/llm_chat.py
@@ -62,4 +62,4 @@ async def llm_chat(function_input: LlmChatInput) -> ChatCompletion:
62
63
64
65
0 commit comments