AiCon V2 Content Generation AI
Content Generation AI focused only on Business Content Generation Purpose.
AiCon V2 Content Generation AI focused only on Business Content Generation Purpose. It can be used to generate content for a variety of business use cases where the content is not too creative or complex. Read more at https://docs.worqhat.com/ai-models/text-generation-ai/aicon-v2-textgen
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
conversation_history | Array | This parameter accepts an array of objects. Each object represents a previous interaction in the conversation. This is useful for context-aware content generation. If not provided, the default value is undefined , meaning no conversation history is considered. | |
preserve_history | boolean | This is a flag that indicates whether the conversation history should be preserved for future interactions. If set to true , the conversation history is preserved. If set to false or not provided, the default behavior is not to preserve the conversation history. | |
question | string | This parameter represents the question or prompt for which the content is to be generated. It should be provided as a string. If not provided, the default value is undefined . | |
training_data | string | This parameter represents the training data to be used for generating the content. It should be provided as a string. If not provided, the default value is undefined . | |
randomness | number | This parameter controls the level of randomness in the generated content. It accepts a number between 0 and 1, where 0 means no randomness and 1 means maximum randomness. If not provided, the default value is 0.2 . | |
stream | boolean | This is a flag that indicates whether the response should be streamed or not. If set to true , the response is streamed. If set to false or not provided, the default behavior is not to stream the response. |