File

ai/ai.model.ts

Description

Configuration for creating/updating an AI agent including its unique name, the system prompt, and the tools and MCP servers available to it.

Index

Properties

Properties

agent
agent: literal type
Type : literal type
mcp
mcp: Array<literal type>
Type : Array<literal type>

The tools this agent can use from the configured MCP servers.

name
name: string
Type : string

The unique identifier for this agent. Always include an application/plugin-specific prefix, for example "my-plugin-name".

type
type: "object" | "text"
Type : "object" | "text"

Specifies the agent's interaction type. 'text' indicates this is a text-based conversational agent. You can use a object agent to build a agent that only returns structural data such as JSON.

results matching ""

    No results matching ""