-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from concord-consortium/assistant-instruction-…
…updates-20250109a chore: update assistant instruction backups
- Loading branch information
Showing
4 changed files
with
3,999 additions
and
23 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
ai-assistant-settings/assistants/asst_cxo3mQuMYnNF2LLh7onizkDf/functions/create_request.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.