(text: string)
| 25 | const Json = Schema.fromJsonString(Schema.Unknown) |
| 26 | const decodeJson = Schema.decodeUnknownSync(Json) |
| 27 | const decodeBody = (text: string): OpenAIChatBody => decodeJson(text) as OpenAIChatBody |
| 28 | |
| 29 | describe("Tool.make (dynamic JSON Schema)", () => { |
| 30 | test("forwards JSON Schema and description through toDefinitions", () => { |
no outgoing calls
no test coverage detected