Compartir a través de


AgentBuilder.WithRetrieval(String[]) Method

Definition

Enable the retrieval tool with this agent.

public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder WithRetrieval (params string[] fileIds);
member this.WithRetrieval : string[] -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function WithRetrieval (ParamArray fileIds As String()) As AgentBuilder

Parameters

fileIds
String[]

Optional set of uploaded file identifiers.

Returns

AgentBuilder instance for fluid expression.

Applies to