Update docs auto-generation to use uv

This commit is contained in:
Mark Backman
2025-08-05 20:29:26 -04:00
parent 58c41f112a
commit 42094fb206
9 changed files with 344 additions and 211 deletions

View File

@@ -44,7 +44,7 @@ class DirectFunction(Protocol):
"Direct" functions' metadata is automatically extracted from their function signature and
docstrings, allowing them to be used without accompanying function configurations (as
`FunctionSchema`s or in provider-specific formats).
FunctionSchemas or in provider-specific formats).
"""
async def __call__(self, params: "FunctionCallParams", **kwargs: Any) -> None:

View File

@@ -74,7 +74,7 @@ class DiarizationFocusMode(str, Enum):
class AdditionalVocabEntry:
"""Additional vocabulary entry.
Attributes:
Parameters:
content: The word to add to the dictionary.
sounds_like: Similar words to the word.
"""
@@ -87,7 +87,7 @@ class AdditionalVocabEntry:
class DiarizationKnownSpeaker:
"""Known speakers for speaker diarization.
Attributes:
Parameters:
label: The label of the speaker.
speaker_identifiers: One or more data strings for the speaker.
"""