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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET