mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
Added agent properties
This commit is contained in:
+11
-1
@@ -25,6 +25,11 @@ export const AgentBlock: BlockConfig = {
|
||||
type: 'long-input',
|
||||
layout: 'full',
|
||||
},
|
||||
{
|
||||
title: 'Context',
|
||||
type: 'long-input',
|
||||
layout: 'full',
|
||||
},
|
||||
{
|
||||
title: 'Model',
|
||||
type: 'dropdown',
|
||||
@@ -44,7 +49,12 @@ export const AgentBlock: BlockConfig = {
|
||||
layout: "full",
|
||||
placeholder: "Enter your API key",
|
||||
password: true
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Response Format',
|
||||
type: 'code',
|
||||
layout: 'full',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user