a2f0
a2f0
@altipard No, I have not resolved this yet. I've actually revisited it a few times. Honestly I'd be fine with just pruning the sentry log and calling it a day...
I finally got sentry working with this. Here's the config I used to filter the events. ``` def filter_unwanted_events(event, hint): ''' This is the before_send hook for sentry. It is...
> The type definition is missing and should be easy to fix. > > It depends on model and chat_template to see how readme example works for tool_calls, can you...
@jhen0409 thanks for your eyes on this. I confirmed that I am able to receive the `tool_call` property in the `completionResult` using Phi 3. In case anybody is interested here...