AgentBuilder.WithFiles(String[]) Method
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.
Associate uploaded files with the agent, by identifier.
public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder WithFiles (params string[] fileIds);
member this.WithFiles : string[] -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function WithFiles (ParamArray fileIds As String()) As AgentBuilder
Parameters
- fileIds
- String[]
The uploaded file identifiers.
Returns
AgentBuilder instance for fluid expression.