CreateAgentRuntimeRequest
Agent Runtimes / types/agents-lifecycle / CreateAgentRuntimeRequest
Type Alias: CreateAgentRuntimeRequest
CreateAgentRuntimeRequest =
object
Defined in: types/agents-lifecycle.ts:20
Request payload for creating a new agent runtime.
Properties
agentSpec?
optionalagentSpec?:Record<string,any>
Defined in: types/agents-lifecycle.ts:31
Full agent spec payload to propagate to backend services
agentSpecId?
optionalagentSpecId?:string
Defined in: types/agents-lifecycle.ts:29
ID of the agent spec used to create this runtime
creditsLimit?
optionalcreditsLimit?:number
Defined in: types/agents-lifecycle.ts:23
editorVariant?
optionaleditorVariant?:string
Defined in: types/agents-lifecycle.ts:26
'none', 'notebook', or 'document'
enableCodemode?
optionalenableCodemode?:boolean
Defined in: types/agents-lifecycle.ts:27
environmentName?
optionalenvironmentName?:string
Defined in: types/agents-lifecycle.ts:21
givenName?
optionalgivenName?:string
Defined in: types/agents-lifecycle.ts:22
type?
optionaltype?:string
Defined in: types/agents-lifecycle.ts:24