Ben Fox

Results 4 issues of Ben Fox

I'm trying to integrate the Lambda client into a project where my lambda function on invocation returns binary data, in this case PDF. From what I can tell it looks...

As the title says, I'm having trouble getting Android based SSL pinning to be enforced. I followed the instructions to manually link and the app compiles correctly, however, no pinning...

It seems like the Android SDK has a property called `removalWaiting` that if I'm understanding correctly, correlates to a print that has been sent and cut but hasn't been pulled...

According to the Typescript library, `tool_calls` is defined as `tool_calls?: Array` and the Python library allows `tool_calls` to be null - however, this OpenAPI spec defines `tool_calls` on `ChatCompletionRequestAssistantMessage` as...