你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ThreadUpdate Class

Definition

The update type presented when a streamed event indicates a thread was created.

public class ThreadUpdate : Azure.AI.Agents.Persistent.StreamingUpdate<Azure.AI.Agents.Persistent.PersistentAgentThread>
type ThreadUpdate = class
    inherit StreamingUpdate<PersistentAgentThread>
Public Class ThreadUpdate
Inherits StreamingUpdate(Of PersistentAgentThread)
Inheritance

Properties

Name Description
CreatedAt
Id
Metadata
ToolResources
UpdateKind

A value indicating what type of event this update represents.

(Inherited from StreamingUpdate)
Value

The underlying response value received with the streaming event.

(Inherited from StreamingUpdate<T>)

Applies to