Added agent properties

This commit is contained in:
Emir Karabeg
2025-01-15 12:16:53 -08:00
parent 9a4e13f440
commit d8ac75ca50
+11 -1
View File
@@ -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',
},
],
},
}