Generation Types
Overview of the different generation types in AgentMark.
When creating a new prompt, you can choose from several generation types. Here’s a brief overview and example for each:
Text Generation
Text generation allows you to create prompts that output natural language responses. Use this for chatbots, content generation, or any scenario where the output is text.
Example:
Learn more about Text Generation
Object Generation
Object generation is used when you want the output to be structured data, such as JSON objects. This is useful for API responses, data extraction, or structured workflows.
Example:
Learn more about Object Generation
Image Generation
Image generation lets you create prompts that produce images based on your input. Ideal for creative applications, design, or visual content.
Example:
Learn more about Image Generation
Speech Generation
Speech generation allows you to create prompts that output audio responses, converting text to speech. This is useful for voice assistants, accessibility features, or any scenario where spoken output is needed.
Example:
Learn more about Speech Generation
Creating a Prompt
Below is an example of the prompt creation interface, where you can select the generation type:
For more details on all generation types, see the Generation Types Overview.