Skip to content

Conversation

@vkryukov
Copy link
Contributor

@vkryukov vkryukov commented Jan 23, 2026

Allow tool results to carry structured output metadata and content parts, and wire provider encoders accordingly.
Add ToolResult, update context helpers, and expand tests for Anthropic/Google/OpenAI responses.

Closes #349

Description

Brief description of changes.

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Breaking Changes

Testing

  • Tests pass (mix test)
  • Quality checks pass (mix quality)

Checklist

  • My code follows the project's style guidelines
  • I have updated the documentation accordingly
  • I have added tests that prove my fix/feature works
  • All new and existing tests pass
  • My commits follow conventional commit format
  • I have NOT edited CHANGELOG.md (it is auto-generated by git_ops)

Related Issues

Closes #349

Allow tool results to carry structured output metadata and content
parts, and wire provider encoders accordingly.
Add ToolResult, update context helpers, and expand tests for
Anthropic/Google/OpenAI responses.

Closes agentjido#349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: ReqLLM.Context assumes text ContentPart

1 participant