Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make agent_observe consistent with agent to avoid err
When running the agent_observe.ts example with a simple ollama setup, I was getting this error: > LinePrefixParserError: The generated output does not adhere to the schema. Nothing valid has been parsed yet! agent.ts works fine, so fixing the tool order and totalMaxRetries to be more consistent and to avoid the error. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
- Loading branch information