Skip to content

Commit e60030b

Browse files
committed
[example] Use event time in multiple agent workflow example
1 parent da299d9 commit e60030b

File tree

3 files changed

+3215
-3181
lines changed

3 files changed

+3215
-3181
lines changed

python/flink_agents/examples/quickstart/agents/product_suggestion_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def process_chat_response(event: ChatResponseEvent, ctx: RunnerContext) -> None:
108108
output=ProductSuggestion(
109109
id=ctx.short_term_memory.get("id"),
110110
score_hist=ctx.short_term_memory.get("score_hist"),
111-
suggestions=json_content["suggestions"],
111+
suggestions=json_content["suggestion_list"],
112112
)
113113
)
114114
)

0 commit comments

Comments
 (0)