-
Notifications
You must be signed in to change notification settings - Fork 37
feat: doubao seedream text to image plugin #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Preview Image LabelPreview Images for this PR are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new Doubao Seedream text-to-image plugin that integrates with the Doubao AI service to generate images from text prompts.
- Adds a complete tool package for Doubao Seedream image generation with configurable parameters
- Implements TypeScript interfaces with Zod validation for input/output types
- Provides comprehensive configuration with multilingual support and various image size options
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
modules/tool/packages/seedream1/package.json | Package configuration for the new Seedream tool |
modules/tool/packages/seedream1/index.ts | Main entry point that exports the tool with configuration |
modules/tool/packages/seedream1/src/index.ts | Core implementation with API integration and type definitions |
modules/tool/packages/seedream1/config.ts | Detailed tool configuration with UI controls and multilingual labels |
modules/tool/packages/seedream1/test/index.test.ts | Basic test suite for tool structure validation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.