Update docs auto-generation to use uv
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user