Skip to content

Commit

Permalink
Merge pull request #25 from concord-consortium/assistant-instruction-…
Browse files Browse the repository at this point in the history
…updates-20250109a

chore: update assistant instruction backups
  • Loading branch information
emcelroy authored Jan 13, 2025
2 parents a2e9139 + 497c38c commit cf86311
Show file tree
Hide file tree
Showing 4 changed files with 3,999 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "create_request",
"description": "Create a request to send to the CODAP Data Interactive API",
"parameters": {
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "The action to perform"
},
"resource": {
"type": "string",
"description": "The resource to act upon"
},
"values": {
"type": "object",
"description": "The values to pass to the action"
}
},
"additionalProperties": false,
"required": [
"action",
"resource"
]
},
"strict": false
}
Loading

0 comments on commit cf86311

Please sign in to comment.