Commit Graph
3 Commits
Author SHA1 Message Date
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