Skip to content

add structured types for tool responses#69

Open
Rodriguespn wants to merge 1 commit intomainfrom
chore/structured-tool-responses
Open

add structured types for tool responses#69
Rodriguespn wants to merge 1 commit intomainfrom
chore/structured-tool-responses

Conversation

@Rodriguespn
Copy link
Copy Markdown
Contributor

Tool responses should be a json with attributes:

  • status: If it was successful or not
  • message: A message that we want to pass to the LLM about the response
  • metadata: Information about the request like user_id, timestap and execution_time
  • error_code: The error code, in case of error
  • error_message: The error message, In case of error

@Rodriguespn Rodriguespn self-assigned this Jul 7, 2025
@Rodriguespn Rodriguespn added the enhancement New feature or request label Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant