API Methods under "ai_agents" category


Methods:


POSTcreateAgent

Creates a new AI agent using the given agent workflow graph definition.

POSTupdateAgent

Updates an existing AI Agent. A new version of the agent will be created and published.

GETdownloadAgentAttachment

Return an agent attachment.

GETdescribeAgent

Retrieves a full description of the specified model.

GETdescribeAgentVersion

Retrieves a full description of the specified agent version.

POSTevaluatePrompt

Generate response to the prompt using the specified model.

GETsearchFeatureGroups

Search feature groups based on text and filters.

POSTrenderFeatureGroupsForLLM

Encode feature groups as language model inputs.

POSTgenerateCodeForDataQueryUsingLLM

Execute a data query using a large language model in an async fashion.

POSTextractDataUsingLLM

Extract fields from a document using a large language model.

POSTconstructAgentConversationMessagesForLLM

Returns conversation history in a format for LLM calls.

GETlistAgents

Retrieves the list of agents in the specified project.

GETlistAgentVersions

List all versions of an agent.

POSTgetLLMAppResponse

Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.

GETlistLLMApps

Lists all available LLM Apps, which are LLMs tailored to achieve a specific task like code generation for a specific service's API.