RunStepRetrievalToolCall Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A record of a call to a retrieval tool, issued by the model in evaluation of a defined tool, that represents executed retrieval actions.
public class RunStepRetrievalToolCall : Azure.AI.OpenAI.Assistants.RunStepToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.RunStepRetrievalToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.RunStepRetrievalToolCall>
type RunStepRetrievalToolCall = class
inherit RunStepToolCall
interface IJsonModel<RunStepRetrievalToolCall>
interface IPersistableModel<RunStepRetrievalToolCall>
Public Class RunStepRetrievalToolCall
Inherits RunStepToolCall
Implements IJsonModel(Of RunStepRetrievalToolCall), IPersistableModel(Of RunStepRetrievalToolCall)
- Inheritance
- Implements
Properties
Id |
The ID of the tool call. This ID must be referenced when you submit tool outputs. (Inherited from RunStepToolCall) |
Retrieval |
The key/value pairs produced by the retrieval tool. |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET