OpenAI Assistants (Independent Publisher) v1.1 Fix instructions parameter (#3532)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Update readme.md

* Revert "Update readme.md"

This reverts commit b94447a142.

* Add files via upload

* Add files via upload

* Remove ApyHub

* Fix instructions parameter
This commit is contained in:
Troy Taylor 2024-07-29 10:37:06 -04:00 коммит произвёл GitHub
Родитель c986b0b7bb
Коммит 33e4f2853d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@
"info": {
"title": "OpenAI Assistants",
"description": "OpenAI Assistants allows you to build AI assistants within your own applications. An Assistant has instructions and can leverage models, tools, and knowledge to respond to user queries. The Assistants service currently supports three types of tools: Code Interpreter, Retrieval, and Function calling.",
"version": "1.0",
"version": "1.1",
"contact": {
"name": "Troy Taylor",
"url": "https://www.hitachisolutions.com",
@ -3030,7 +3030,7 @@
"value-title": "id"
}
},
"intructions": {
"instructions": {
"type": "string",
"description": "The instructions.",
"title": "Intructions"
@ -3432,4 +3432,4 @@
"propertyValue": "AI"
}
]
}
}