playground / Exports / IPlaygroundAgentConfig
Interface: IPlaygroundAgentConfig
Table of contents
Properties
Properties
id
• Optional id: string
Defined in
playground/src/lib/playground/robota-executor.ts:61
name
• name: string
Defined in
playground/src/lib/playground/robota-executor.ts:62
aiProviders
• aiProviders: IAIProvider[]
Defined in
playground/src/lib/playground/robota-executor.ts:63
defaultModel
• defaultModel: Object
Type declaration
| Name | Type |
|---|---|
provider | string |
model | string |
temperature? | number |
maxTokens? | number |
systemMessage? | string |
Defined in
playground/src/lib/playground/robota-executor.ts:64
tools
• Optional tools: IPlaygroundTool[]
Defined in
playground/src/lib/playground/robota-executor.ts:71
plugins
• Optional plugins: IPlaygroundPlugin[]
Defined in
playground/src/lib/playground/robota-executor.ts:72
systemMessage
• Optional systemMessage: string
Defined in
playground/src/lib/playground/robota-executor.ts:73
metadata
• Optional metadata: Record<string, TUniversalValue>