MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / _capture_agent

Method _capture_agent

tests/test_magic.py:110–112  ·  view source on GitHub ↗
(*_a: object, **kwargs: object)

Source from the content-addressed store, hash-verified

108 out = _pydantic_schema_str(Clean)
109 parsed = json.loads(out)
110 # Clean schema path -> emits standard "properties" key.
111 self.assertIn("properties", parsed)
112
113 def test_annotated_union_emits_one_of(self) -> None:
114 out = _pydantic_schema_str(PaperInput)
115 parsed = json.loads(out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected