fix(core): reset steps for promoted prompts (#33452)
This commit is contained in:
parent
f48f24ec4e
commit
dc468bdcfd
10 changed files with 143 additions and 121 deletions
|
|
@ -5344,7 +5344,7 @@ export class Session3 extends HeyApiClient {
|
|||
/**
|
||||
* Switch session agent
|
||||
*
|
||||
* Switch the agent used by subsequent session activity.
|
||||
* Switch the agent used by subsequent provider turns.
|
||||
*/
|
||||
public switchAgent<ThrowOnError extends boolean = false>(
|
||||
parameters: {
|
||||
|
|
@ -5383,7 +5383,7 @@ export class Session3 extends HeyApiClient {
|
|||
/**
|
||||
* Switch session model
|
||||
*
|
||||
* Switch the model used by subsequent session activity.
|
||||
* Switch the model used by subsequent provider turns.
|
||||
*/
|
||||
public switchModel<ThrowOnError extends boolean = false>(
|
||||
parameters: {
|
||||
|
|
|
|||
|
|
@ -10383,7 +10383,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"description": "Switch the agent used by subsequent session activity.",
|
||||
"description": "Switch the agent used by subsequent provider turns.",
|
||||
"summary": "Switch session agent",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
|
|
@ -10468,7 +10468,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"description": "Switch the model used by subsequent session activity.",
|
||||
"description": "Switch the model used by subsequent provider turns.",
|
||||
"summary": "Switch session model",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue