Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
api/agent
NewAgentRequest
Type Alias NewAgentRequest
NewAgentRequest
:
{
avatar
?:
string
;
description
?:
string
;
knowledge_sources_config
?:
KnowledgeSourcesConfigRequestPart
|
null
;
llm_config
?:
LlmConfigRequestPart
|
null
;
name
:
string
;
slug
:
string
;
suggested_prompts
?:
string
[]
;
system_prompt
:
string
;
type
:
AgentType
;
}
Type declaration
Optional
avatar
?:
string
Optional
description
?:
string
Optional
knowledge_sources_config
?:
KnowledgeSourcesConfigRequestPart
|
null
Optional
llm_config
?:
LlmConfigRequestPart
|
null
name
:
string
slug
:
string
Optional
suggested_prompts
?:
string
[]
system_prompt
:
string
type
:
AgentType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stack-spot/portal-network
Loading...