Dev Sharma

Results 5 comments of Dev Sharma

I identified that the current to_strict_json_schema logic incorrectly forces Dict fields (e.g., Dict[str, Any]) to always have "additionalProperties": false, which makes dictionary outputs unusable since the LLM can never populate...

@lucifer-simplai yes can I help you with this

Currently, lifecycle is managed procedurally with async calls → leads to inconsistent states if interrupted. IDLE → STARTING → RUNNING → STOPPING → STOPPED Each top-level method (start, stop, close_spider,...

I’ve looked into this and confirmed it’s a Python client library bug (not the API). The root cause is that when a reasoning item is created (especially after a CodeInterpreter...