Table of Contents

Class AgentFileToolAssociationRequest

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent.AgentFiles
Assembly
FoundationaLLM.Common.dll

Request object to associate a tool with an agent file. Agent and File are obtained from the request URL.

public class AgentFileToolAssociationRequest
Inheritance
AgentFileToolAssociationRequest
Inherited Members
Extension Methods

Properties

AgentFileToolAssociations

The agent file tool association matrix.

[JsonPropertyName("agent_file_tool_associations")]
public required Dictionary<string, Dictionary<string, bool>> AgentFileToolAssociations { get; set; }

Property Value

Dictionary<string, Dictionary<string, bool>>