@runtypelabs/persona 3.21.0 → 3.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -4865,6 +4865,7 @@ declare class AgentWidgetSession {
4865
4865
  */
4866
4866
  connectStream(stream: ReadableStream<Uint8Array>, options?: {
4867
4867
  assistantMessageId?: string;
4868
+ allowReentry?: boolean;
4868
4869
  }): Promise<void>;
4869
4870
  /**
4870
4871
  * Resolve a tool approval request (approve or deny).
package/dist/index.d.ts CHANGED
@@ -4865,6 +4865,7 @@ declare class AgentWidgetSession {
4865
4865
  */
4866
4866
  connectStream(stream: ReadableStream<Uint8Array>, options?: {
4867
4867
  assistantMessageId?: string;
4868
+ allowReentry?: boolean;
4868
4869
  }): Promise<void>;
4869
4870
  /**
4870
4871
  * Resolve a tool approval request (approve or deny).