ImageGenArgs
이 콘텐츠는 아직 번역되지 않았습니다.
type ImageGenArgs = { imageUrls?: string[]; model?: string; n?: number; negativePrompt?: string; prompt: string; seed?: number; size?: string;};ImageGen 工具的已校验参数类型(ImageGenArgsSchema 推导)。
imageUrls?
Section titled “imageUrls?”optional imageUrls?: string[];model?
Section titled “model?”optional model?: string;optional n?: number;negativePrompt?
Section titled “negativePrompt?”optional negativePrompt?: string;prompt
Section titled “prompt”prompt: string;optional seed?: number;optional size?: string;이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.