Ask Koncierge
Asks Koncierge, a virtual assistant, to perform a task, answer a question, or generate a message.
Overview
This procedure interacts with Koncierge (virtual assistant)_, to perform tasks, answer questions, or generate content using LLM models. You can customize the response based on creativity, model selection, and response format. Koncierge can work with both text and visual inputs.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Ask a Simple Question
ask koncierge
the message is "What's the weather like in Paris today?"
2. Generate Creative Content
ask koncierge
the task is "Generate a poem about the sea"
the creativity is 0.9
3. Ask with System Instructions
ask koncierge
the question is "How do I reset my password?"
the system command is "You are a technical support expert"
4. Extract Structured Data
ask koncierge
the task is "Extract invoice details as JSON"
the openai model is "gpt-4o"
the response format is "json"
Last updated
Was this helpful?