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
Base automatically changed from pj/multipart-tool-core to main November 26, 2025 02:48
@pavelgj pavelgj requested review from ifielker and removed request for mbleigh November 26, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant