agent-playground / Exports / IPlaygroundAgentConfig
Interface: IPlaygroundAgentConfig
Table of contents
Properties
Properties
id
• Optional id: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:31
name
• name: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:32
aiProviders
• aiProviders: IAIProvider[]
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:33
defaultModel
• defaultModel: Object
Type declaration
| Name | Type |
|---|---|
provider | string |
model | string |
temperature? | number |
maxTokens? | number |
systemMessage? | string |
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:34
tools
• Optional tools: IPlaygroundTool[]
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:41
plugins
• Optional plugins: IPlaygroundPlugin[]
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:42
systemMessage
• Optional systemMessage: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:43
metadata
• Optional metadata: Record<string, TUniversalValue>
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:44