fix: fix variable name in quickstart (#336)

This commit is contained in:
Twisha Bansal
2025-03-19 14:32:35 +05:30
committed by GitHub
parent ecd7c35ca1
commit 5400127887

View File

@@ -359,7 +359,7 @@ main()
agent = AgentWorkflow.from_tools_or_functions(
tools,
llm=vertex_model,
llm=llm,
system_prompt=prompt,
)
ctx = Context(agent)