We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c71b95 commit 795392eCopy full SHA for 795392e
2 files changed
src/pydantic_ai_lightspeed/capabilities/redaction/README.md
@@ -3,7 +3,7 @@
3
## [__init__.py](__init__.py)
4
PII redaction capability for Pydantic AI agents.
5
6
-## [capability.py](capability.py)
+## [_capability.py](_capability.py)
7
Pydantic AI capability for PII redaction of model messages.
8
9
## [core.py](core.py)
src/pydantic_ai_lightspeed/llamastack/README.md
@@ -10,5 +10,5 @@ Custom OpenAI Responses model that works around Llama Stack streaming quirks.
10
Llama Stack provider implementation for Pydantic AI.
11
12
## [_transport.py](_transport.py)
13
-httpx transport that routes OpenAI-compatible requests through a Llama Stack library client.
+httpx transports for Llama Stack library and server modes.
14
0 commit comments