{ "type": "ai_agent_text_gen", "access_state": "enabled", "basic_gen": { "content_template": "---{content}---", "embeddings": { "model": "azure__openai__text_embedding_ada_002", "strategy": { "id": "basic", "num_tokens_per_chunk": 64 } }, "is_custom_instructions_included": false, "llm_endpoint_params": { "type": "openai_params", "frequency_penalty": 1.5, "presence_penalty": 1.5, "stop": "<|im_end|>", "temperature": 0, "top_p": 1 }, "model": "azure__openai__gpt_4o_mini", "num_tokens_for_completion": 8400, "prompt_template": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. `{user_question}`", "system_message": "You are a helpful travel assistant specialized in budget travel" }, "custom_instructions": "This is a custom instruction", "description": "This is ASK Agent", "suggested_questions": [ "What is in this file?", "What are the main highlights of this document?" ]}
Resources
AI agent capability text generation request
API version 2024.0The AI agent to be used to generate text.
example: \{user_question\}The prompt template contains contextual information of the request and the user prompt.When using the prompt_template parameter, you must include input for {user_question}.
Inputs for {current_date} and {content} are optional, depending on the use.
example: You are a helpful travel assistant specialized in budget travelSystem messages aim at helping the LLM understand its role and what it is supposed to do.
The input for {current_date} is optional, depending on the use.
example: ["What is in this file?","What are the main highlights of this document?"]Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.
Copy
Ask AI
{ "type": "ai_agent_text_gen", "access_state": "enabled", "basic_gen": { "content_template": "---{content}---", "embeddings": { "model": "azure__openai__text_embedding_ada_002", "strategy": { "id": "basic", "num_tokens_per_chunk": 64 } }, "is_custom_instructions_included": false, "llm_endpoint_params": { "type": "openai_params", "frequency_penalty": 1.5, "presence_penalty": 1.5, "stop": "<|im_end|>", "temperature": 0, "top_p": 1 }, "model": "azure__openai__gpt_4o_mini", "num_tokens_for_completion": 8400, "prompt_template": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. `{user_question}`", "system_message": "You are a helpful travel assistant specialized in budget travel" }, "custom_instructions": "This is a custom instruction", "description": "This is ASK Agent", "suggested_questions": [ "What is in this file?", "What are the main highlights of this document?" ]}