feat: added structured-output extraction for llm and agent nodes

This commit is contained in:
2026-05-14 15:36:10 -06:00
parent f58f751c59
commit 48c52b5829
7 changed files with 512 additions and 28 deletions
+1
View File
@@ -411,6 +411,7 @@ mod tests {
agent: agent.into(),
prompt: "hi".into(),
state_updates: None,
output_schema: None,
timeout: None,
}),
next: next.map(String::from),