You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: wip on orchestrator state fixing + tracing
Signed-off-by: Samantha Coyle <[email protected]>
* fix: separate ex/in-ternal triggers + wip fix orchestrators
Signed-off-by: Samantha Coyle <[email protected]>
* fix: ensure progress on substeps/steps
Signed-off-by: Samantha Coyle <[email protected]>
* fix: give orchestrators ability to pick up where they left off using same session id
Signed-off-by: Samantha Coyle <[email protected]>
* style: make linter happy
Signed-off-by: Samantha Coyle <[email protected]>
* fix: rm extra edge check since captured elsewhere
Signed-off-by: Samantha Coyle <[email protected]>
* feat: add session context for long term context on durable agents
Signed-off-by: Samantha Coyle <[email protected]>
* fix: updates for all quickstarts for release
Signed-off-by: Samantha Coyle <[email protected]>
* docs: update docs to remind users to fill in api key
Signed-off-by: Samantha Coyle <[email protected]>
---------
Signed-off-by: Samantha Coyle <[email protected]>
# This is necessary for the response formatting of the data to work correctly when a user has a function call response format.
133
+
inputs=params.get("inputs", [])
134
+
inputs.insert(
135
+
0,
136
+
{
137
+
"role": "system",
138
+
"content": "You must format your response as a valid JSON object matching the provided schema. Do not include any explanatory text or markdown formatting.",
0 commit comments