Add organization_name and workflow_permanent_id to skyvern context, pass workflow_permanet_id when deciding which identifier to use with which llm (#2245)
This commit is contained in:
@@ -119,6 +119,7 @@ class SkyvernAgent:
|
||||
skyvern_context.set(
|
||||
SkyvernContext(
|
||||
organization_id=organization.organization_id,
|
||||
organization_name=organization.organization_name,
|
||||
task_id=task.task_id,
|
||||
max_steps_override=max_steps,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user