$antiXss->removeEvilHtmlTags(['video', 'sorce']); spelling of source.
Thanks for the prompt answer. Much appreciated. I am not sure what setting to tune. I changed --predict -2 to --predict 4096. This seems to help as i cannot reproduce...
+1 agreed. This is a show stopper to using pydantic because cost is an issue.
+1. I am running agentic systems where the planner and deep research agents need to access the cached data multiple times - every time a tool fires, the data is...
+1. I have to write code to strip off the AnyOf for gemini using openai compat api. AnyOf works fine with anthropic api and openai models running openai api.