TemplateConfig
Defined in the config module.Rust AI Agent SDK Configuration for prompt templates
Fields
| Name | Type | Description |
|---|---|---|
system | Option<String> | System template |
prompt | Option<String> | Prompt template |
response | Option<String> | Response template |
use_system_prompt | bool | Use system prompt |
Methods
new
system
| Name | Type |
|---|---|
template | impl Into<String> |
prompt
| Name | Type |
|---|---|
template | impl Into<String> |
response
| Name | Type |
|---|---|
template | impl Into<String> |
no_system_prompt
Source
View on GitHub
praisonai/src/config.rs at line 915
