For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: AgentInstanceUpdateResult

type AgentInstanceUpdateResult = object;

Response returned after successfully updating an agent instance.

Properties

createdHistory

createdHistory: AgentInstanceCreatedHistoryItem[];

One entry per history item submitted in the request, in request order. Empty when no history items were submitted.