MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / model_dump

Method model_dump

backend/app/schemas/retrieval/record.py:74–77  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

72 )
73
74 def model_dump(self, **kwargs: Any) -> dict[str, Any]:
75 d = super().model_dump(**kwargs)
76 d["text_splitter"] = self.text_splitter.model_dump()
77 return d
78
79
80# ----------------------------

Callers 15

to_redis_dictMethod · 0.45
to_response_dictMethod · 0.45
createMethod · 0.45
updateMethod · 0.45
createMethod · 0.45
createMethod · 0.45
update_chat_memoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected