Class AgentWorkflowAIModel
- Assembly
- FoundationaLLM.Common.dll
Associates a workflow AI model and its associated model parameter overrides.
public class AgentWorkflowAIModel
- Inheritance
-
AgentWorkflowAIModel
- Inherited Members
- Extension Methods
Properties
AIModelObjectId
The AI model object ID.
[JsonPropertyName("ai_model_object_id")]
public required string AIModelObjectId { get; set; }
Property Value
ModelParameters
Dictionary with override values for the model parameters.
For the list of supported keys, see ModelParametersKeys.
[JsonPropertyName("model_parameters")]
public Dictionary<string, object>? ModelParameters { get; set; }