chore: generate
This commit is contained in:
parent
d29dfe31e4
commit
e62a15d421
2 changed files with 12 additions and 0 deletions
|
|
@ -1371,6 +1371,10 @@ export type PermissionConfig =
|
|||
|
||||
export type AgentConfig = {
|
||||
model?: string
|
||||
/**
|
||||
* Default model variant for this agent (applies only when using the agent's configured model).
|
||||
*/
|
||||
variant?: string
|
||||
temperature?: number
|
||||
top_p?: number
|
||||
prompt?: string
|
||||
|
|
@ -2136,6 +2140,7 @@ export type Agent = {
|
|||
modelID: string
|
||||
providerID: string
|
||||
}
|
||||
variant?: string
|
||||
prompt?: string
|
||||
options: {
|
||||
[key: string]: unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue