5 Commits
Author SHA1 Message Date
Quest Henkart 194a03e763 Add refusal (#844)
* add custom marshaller, documentation and isolate tests

* fix linter

* add missing field
2024-09-11 21:24:49 +01:00
Quest Henkart a42f51967f [New_Features] Adds recently added Assistant cost saving parameters (#710)
* add cost saving parameters

* add periods at the end of comments

* shorten commnet

* further lower comment length

* fix type
2024-04-16 23:26:14 +04:00
Quest Henkart 187f4169f8 [BREAKING_CHANGES] Fix update message payload (#699)
* add custom marshaller, documentation and isolate tests

* fix linter

* wrap payload as expected from the API and update test

* modify input to accept map[string]string only
2024-04-09 12:22:31 +04:00
Quest Henkart 0925563e86 Fix broken implementation AssistantModify implementation (#685)
* add custom marshaller, documentation and isolate tests

* fix linter
2024-03-15 14:59:16 +04:00
Quest Henkart a24581dce2 maintain underlying error structs to allow for type conversion (#293)
* maintain underlying error structs to allow for type conversion and
defensive error checking

* allow Error.Is for Azure responses

* update readme, add tests to ensure type conversion

* fix whitespacing

* read me

* add import to readme example
2023-05-03 22:48:59 +04:00