Skip to content

Fix AI agent with tools livebook drift and add coverage#118

Open
nshkrdotcom wants to merge 1 commit intoagentjido:mainfrom
nshkrdotcom:docs/issue-117-weather-tools-tutorial
Open

Fix AI agent with tools livebook drift and add coverage#118
nshkrdotcom wants to merge 1 commit intoagentjido:mainfrom
nshkrdotcom:docs/issue-117-weather-tools-tutorial

Conversation

@nshkrdotcom
Copy link
Copy Markdown

Summary

  • update the AI agent with tools Livebook to define the weather actions locally instead of referencing unavailable packaged modules
  • fix the completed-run inspection guidance to use :conversation and :trace_summary
  • add runnable coverage for the Livebook and refresh the touched docs/examples away from stale gpt-4o-mini references

Closes #117

Refactored the ai-agent-with-tools guide to define weather Actions locally
within the notebook. This ensures the example is fully self-contained and
runnable without external dependencies. Updated tool input schemas to use
string values for enum types to align with JSON schema requirements, and
updated model references to gpt-5-mini. Added a dedicated test suite for
the runnable notebook and updated existing tests to reflect these changes.
@mikehostetler mikehostetler added clarify Inbox item that still needs a decision action Maintainer-side next action parked Worth keeping open, not worth acting on now and removed clarify Inbox item that still needs a decision action Maintainer-side next action labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parked Worth keeping open, not worth acting on now

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: ai-agent-with-tools tutorial references unavailable Weather tool modules

2 participants