Skip to content

[Bug]: aggregate_records should default fields to * #3280

@JerryNixon

Description

@JerryNixon

If it is possible, it would align well.

tool

{
  "tools": [
    {
      "name": "aggregate_records",
      "inputSchema": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "description": "Field name to aggregate, or '*' with count to count all rows."
          },
       }
     }
    }
  ]
}

desired state

{
  "tools": [
    {
      "name": "aggregate_records",
      "inputSchema": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "description": "Field name to aggregate, or '*' with count to count all rows.",
            "default": "*" // new default value
          },
       }
     }
    }
  ]
}

Metadata

Metadata

Assignees

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions