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

This commit is contained in:
2026-05-14 15:36:10 -06:00
parent 7f620d469b
commit aa4babff56
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),