Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,6 @@ public AgentCallRequest(
public AgentCallRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentCallRequestInputs
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentCallRequestMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ public AgentCallResponse(
public AgentCallResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,6 @@ public AgentRequest(
public AgentRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentRequestAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,6 @@ public AgentResponse(
public AgentResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentResponseAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ public CallToolRequest(
public CallToolRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallToolRequestInputs
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ public CallToolResponse(
public CallToolResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ public ChatMessage(
public ChatMessage()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public CreateDirectoryRequest(
public CreateDirectoryRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ public CreateLogResponse(
public CreateLogResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ public CreatePromptLogResponse(
public CreatePromptLogResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ public DatapointResponse(
public DatapointResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class DatapointResponseInputs
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class DatapointResponseTarget
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ public DatasetRequest(
public DatasetRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class DatasetRequestAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,6 @@ public DatasetResponse(
public DatasetResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class DatasetResponseAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class DatasetResponseSchema
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ public DeserializePromptRequest(
public DeserializePromptRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ public DirectoryResponse(
public DirectoryResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ public EnvironmentResponse(
public EnvironmentResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ public EvaluationEvaluatorResponse(
public EvaluationEvaluatorResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ public EvaluationRequest(
public EvaluationRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ public EvaluationResponse(
public EvaluationResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ public EvaluationRunResponse(
public EvaluationRunResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ public EvaluatorAggregate(
public EvaluatorAggregate()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ public EvaluatorRequest(
public EvaluatorRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EvaluatorRequestAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EvaluatorRequestSpec
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,6 @@ public EvaluatorResponse(
public EvaluatorResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EvaluatorResponseAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EvaluatorResponseSchema
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EvaluatorResponseSpec
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ public FileResponse(
public FileResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ public FlowRequest(
public FlowRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FlowRequestAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,6 @@ public FlowResponse(
public FlowResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FlowResponseAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ public InputResponse(
public InputResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ public LinkedToolResponse(
public LinkedToolResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,6 @@ public LogAgentRequest(
public LogAgentRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class LogAgentRequestInputs
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class LogAgentRequestMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ public LogEvaluatorRequest(
public LogEvaluatorRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class LogEvaluatorRequestMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Loading