Skip to content

feat: get conversational output from generated agent graph#530

Closed
shannonsuhendra wants to merge 5 commits intomainfrom
feat/conversational-evals
Closed

feat: get conversational output from generated agent graph#530
shannonsuhendra wants to merge 5 commits intomainfrom
feat/conversational-evals

Conversation

@shannonsuhendra
Copy link

No description provided.

if is_conversational:
graph_state = await self._get_graph_state(graph_config)
messages = graph_state.values['messages']
graph_output = {'messages': messages}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find another solution without changing the runtime

@maxduu maxduu closed this Feb 26, 2026
@maxduu maxduu deleted the feat/conversational-evals branch February 26, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants