Skip to content

Conversation

@pavelgj
Copy link
Collaborator

@pavelgj pavelgj commented Nov 15, 2025

      const t = ai.defineTool(
        { name: 'multipart-tool', description: 'description', multipart: true },
        async () => ({
          output: 'tool called',
          content: [{ text: 'part 1' }],
        })
      );

Checklist (if applicable):

@pavelgj
Copy link
Collaborator Author

pavelgj commented Nov 15, 2025

PR train: #3807

@pavelgj pavelgj requested a review from apascal07 November 17, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant