/mistral-observability | Type: Application | PCID required: Yes
mistral
mistral-observability
Mistral Observability - events, judges, campaigns, and datasets
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mistral Observability - events, judges, campaigns, and datasets
/mistral-observability | Type: Application | PCID required: Yes
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | Yes | — | The description value |
judge_id | string | Yes | — | Judge Id |
max_nb_events | integer | Yes | — | Max Nb Events |
name | string | Yes | — | The name value |
search_params | object | Yes | — | Search Params |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"description": {
"type": "string",
"description": "The description value"
},
"judge_id": {
"type": "string",
"description": "Judge Id"
},
"max_nb_events": {
"type": "integer",
"description": "Max Nb Events"
},
"name": {
"type": "string",
"description": "The name value"
},
"search_params": {
"type": "object",
"description": "Search Params",
"properties": {
"filters": {
"description": "The filters value"
}
},
"required": [
"filters"
]
}
},
"required": [
"PCID",
"description",
"judge_id",
"max_nb_events",
"name",
"search_params"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
payload | object | Yes | — | The payload value |
properties | object | Yes | — | The properties value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"payload": {
"type": "object",
"description": "The payload value",
"properties": {
"messages": {
"type": "array",
"items": {
"type": "object"
},
"description": "The messages value"
}
},
"required": [
"messages"
]
},
"properties": {
"type": "object",
"description": "The properties value"
}
},
"required": [
"PCID",
"dataset_id",
"payload",
"properties"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | Yes | — | The description value |
name | string | Yes | — | The name value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"description": {
"type": "string",
"description": "The description value"
},
"name": {
"type": "string",
"description": "The name value"
}
},
"required": [
"PCID",
"description",
"name"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | Yes | — | The description value |
instructions | string | Yes | — | The instructions value |
model_name | string | Yes | — | Model Name |
name | string | Yes | — | The name value |
output | object | Yes | — | The output value |
tools | string[] | Yes | — | The tools value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"description": {
"type": "string",
"description": "The description value"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"model_name": {
"type": "string",
"description": "Model Name"
},
"name": {
"type": "string",
"description": "The name value"
},
"output": {
"description": "The output value"
},
"tools": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tools value"
}
},
"required": [
"PCID",
"description",
"instructions",
"model_name",
"name",
"output",
"tools"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaign_id | string | Yes | — | Campaign Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaign_id": {
"type": "string",
"description": "Campaign Id"
}
},
"required": [
"PCID",
"campaign_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_id | string | Yes | — | Dataset Record Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_id": {
"type": "string",
"description": "Dataset Record Id"
}
},
"required": [
"PCID",
"dataset_record_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_ids | string[] | Yes | — | Dataset Record Ids |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_ids": {
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "Dataset Record Ids"
}
},
"required": [
"PCID",
"dataset_record_ids"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
judge_id | string | Yes | — | Judge Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"judge_id": {
"type": "string",
"description": "Judge Id"
}
},
"required": [
"PCID",
"judge_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaign_id | string | Yes | — | Campaign Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaign_id": {
"type": "string",
"description": "Campaign Id"
}
},
"required": [
"PCID",
"campaign_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaign_id | string | Yes | — | Campaign Id |
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaign_id": {
"type": "string",
"description": "Campaign Id"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
}
},
"required": [
"PCID",
"campaign_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaign_id | string | Yes | — | Campaign Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaign_id": {
"type": "string",
"description": "Campaign Id"
}
},
"required": [
"PCID",
"campaign_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
q | string | No | — | The q value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"q": {
"type": "string",
"description": "The q value"
}
},
"required": [
"PCID"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
extra_fields | string[] | No | — | Extra Fields |
search_params | object | Yes | — | Search Params |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"extra_fields": {
"type": "array",
"items": {
"type": "string"
},
"description": "Extra Fields"
},
"search_params": {
"type": "object",
"description": "Search Params",
"properties": {
"filters": {
"description": "The filters value"
}
},
"required": [
"filters"
]
}
},
"required": [
"PCID",
"search_params"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
event_id | string | Yes | — | Event Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"event_id": {
"type": "string",
"description": "Event Id"
}
},
"required": [
"PCID",
"event_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_size | integer | No | — | Number of results per page |
cursor | string | No | — | Pagination cursor from a previous response |
extra_fields | string[] | No | — | Extra Fields |
search_params | object | Yes | — | Search Params |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"extra_fields": {
"type": "array",
"items": {
"type": "string"
},
"description": "Extra Fields"
},
"search_params": {
"type": "object",
"description": "Search Params",
"properties": {
"filters": {
"description": "The filters value"
}
},
"required": [
"filters"
]
}
},
"required": [
"PCID",
"search_params"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
field_name | string | Yes | — | Field Name |
filter_params | object | No | — | Filter Params |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"field_name": {
"type": "string",
"description": "Field Name"
},
"filter_params": {
"type": "object",
"description": "Filter Params",
"properties": {
"filters": {
"description": "The filters value"
}
},
"required": [
"filters"
]
}
},
"required": [
"PCID",
"field_name"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
field_name | string | Yes | — | Field Name |
operator | string | Yes | — | The operator to use for filtering options |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"field_name": {
"type": "string",
"description": "Field Name"
},
"operator": {
"type": "string",
"description": "The operator to use for filtering options",
"enum": [
"lt",
"lte",
"gt",
"gte",
"startswith",
"istartswith",
"endswith",
"iendswith",
"contains",
"icontains",
"matches",
"notcontains",
"inotcontains",
"eq",
"neq",
"isnull",
"includes",
"excludes",
"len_eq"
]
}
},
"required": [
"PCID",
"field_name",
"operator"
]
}
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
task_id | string | Yes | — | Task Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"task_id": {
"type": "string",
"description": "Task Id"
}
},
"required": [
"PCID",
"dataset_id",
"task_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_id | string | Yes | — | Dataset Record Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_id": {
"type": "string",
"description": "Dataset Record Id"
}
},
"required": [
"PCID",
"dataset_record_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
q | string | No | — | The q value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"q": {
"type": "string",
"description": "The q value"
}
},
"required": [
"PCID"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
judge_id | string | Yes | — | Judge Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"judge_id": {
"type": "string",
"description": "Judge Id"
}
},
"required": [
"PCID",
"judge_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
type_filter | string[] | No | — | Filter by judge output types |
model_filter | string[] | No | — | Filter by model names |
page_size | integer | No | — | Number of results per page |
page | integer | No | — | Page number for pagination |
q | string | No | — | The q value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"type_filter": {
"type": "array",
"items": {
"type": "string",
"enum": [
"REGRESSION",
"CLASSIFICATION"
]
},
"description": "Filter by judge output types"
},
"model_filter": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter by model names"
},
"page_size": {
"type": "integer",
"description": "Number of results per page"
},
"page": {
"type": "integer",
"description": "Page number for pagination"
},
"q": {
"type": "string",
"description": "The q value"
}
},
"required": [
"PCID"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
event_id | string | Yes | — | Event Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"event_id": {
"type": "string",
"description": "Event Id"
}
},
"required": [
"PCID",
"event_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
event_id | string | Yes | — | Event Id |
judge_definition | object | Yes | — | Judge Definition |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"event_id": {
"type": "string",
"description": "Event Id"
},
"judge_definition": {
"type": "object",
"description": "Judge Definition",
"properties": {
"name": {
"type": "string",
"description": "The name value"
},
"description": {
"type": "string",
"description": "The description value"
},
"model_name": {
"type": "string",
"description": "Model Name"
},
"output": {
"description": "The output value"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"tools": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tools value"
}
},
"required": [
"name",
"description",
"model_name",
"output",
"instructions",
"tools"
]
}
},
"required": [
"PCID",
"event_id",
"judge_definition"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
judge_id | string | Yes | — | Judge Id |
messages | object[] | Yes | — | The messages value |
properties | object | No | — | The properties value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"judge_id": {
"type": "string",
"description": "Judge Id"
},
"messages": {
"type": "array",
"items": {
"type": "object"
},
"description": "The messages value"
},
"properties": {
"type": "object",
"description": "The properties value"
}
},
"required": [
"PCID",
"judge_id",
"messages"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_id | string | Yes | — | Dataset Record Id |
judge_definition | object | Yes | — | Judge Definition |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_id": {
"type": "string",
"description": "Dataset Record Id"
},
"judge_definition": {
"type": "object",
"description": "Judge Definition",
"properties": {
"name": {
"type": "string",
"description": "The name value"
},
"description": {
"type": "string",
"description": "The description value"
},
"model_name": {
"type": "string",
"description": "Model Name"
},
"output": {
"description": "The output value"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"tools": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tools value"
}
},
"required": [
"name",
"description",
"model_name",
"output",
"instructions",
"tools"
]
}
},
"required": [
"PCID",
"dataset_record_id",
"judge_definition"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
campaign_id | string | Yes | — | Campaign Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"campaign_id": {
"type": "string",
"description": "Campaign Id"
}
},
"required": [
"PCID",
"dataset_id",
"campaign_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
dataset_record_ids | string[] | Yes | — | Dataset Record Ids |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"dataset_record_ids": {
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "Dataset Record Ids"
}
},
"required": [
"PCID",
"dataset_id",
"dataset_record_ids"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
completion_event_ids | string[] | Yes | — | Completion Event Ids |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"completion_event_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Completion Event Ids"
}
},
"required": [
"PCID",
"dataset_id",
"completion_event_ids"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
file_id | string | Yes | — | File Id |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"file_id": {
"type": "string",
"description": "File Id"
}
},
"required": [
"PCID",
"dataset_id",
"file_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id |
conversation_ids | string[] | Yes | — | Conversation Ids |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"conversation_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Conversation Ids"
}
},
"required": [
"PCID",
"dataset_id",
"conversation_ids"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_id | string | Yes | — | Dataset Record Id |
payload | object | Yes | — | The payload value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_id": {
"type": "string",
"description": "Dataset Record Id"
},
"payload": {
"type": "object",
"description": "The payload value",
"properties": {
"messages": {
"type": "array",
"items": {
"type": "object"
},
"description": "The messages value"
}
},
"required": [
"messages"
]
}
},
"required": [
"PCID",
"dataset_record_id",
"payload"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dataset_record_id | string | Yes | — | Dataset Record Id |
properties | object | Yes | — | The properties value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_record_id": {
"type": "string",
"description": "Dataset Record Id"
},
"properties": {
"type": "object",
"description": "The properties value"
}
},
"required": [
"PCID",
"dataset_record_id",
"properties"
]
}
| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
dataset_id | string | Yes | — | Dataset Id | |
description | string | null | No | — | The description value |
name | string | null | No | — | The name value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"dataset_id": {
"type": "string",
"description": "Dataset Id"
},
"description": {
"type": [
"string",
"null"
],
"description": "The description value"
},
"name": {
"type": [
"string",
"null"
],
"description": "The name value"
}
},
"required": [
"PCID",
"dataset_id"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
judge_id | string | Yes | — | Judge Id |
description | string | Yes | — | The description value |
instructions | string | Yes | — | The instructions value |
model_name | string | Yes | — | Model Name |
name | string | Yes | — | The name value |
output | object | Yes | — | The output value |
tools | string[] | Yes | — | The tools value |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"judge_id": {
"type": "string",
"description": "Judge Id"
},
"description": {
"type": "string",
"description": "The description value"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"model_name": {
"type": "string",
"description": "Model Name"
},
"name": {
"type": "string",
"description": "The name value"
},
"output": {
"description": "The output value"
},
"tools": {
"type": "array",
"items": {
"type": "string"
},
"description": "The tools value"
}
},
"required": [
"PCID",
"judge_id",
"description",
"instructions",
"model_name",
"name",
"output",
"tools"
]
}
