Find answers from the community

N
Null
Offline, last seen 2 months ago
Joined October 19, 2024
Hi, I’m trying to understand this code from the https://github.com/run-llama/multi-agent-concierge/blob/main/workflows.py#L274
I need to from utils import get_account_balance and use it within that workflow. However, I’m confused about how to pass the context (ctx) so that I can set ctx.data["user"]["account_balance"] = 1000.

Does anyone know how can I achieve this?
10 comments
L
N