fix(core): reset steps for promoted prompts (#33452)

This commit is contained in:
Kit Langton
2026-06-23 01:01:14 +02:00
committed by GitHub
parent 5a0d0ee92c
commit 47546248f2
10 changed files with 144 additions and 122 deletions
+2 -2
View File
@@ -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: {