Add a Medical Agent Example to showcase function calling (#281)

* Demo

* patient intake
This commit is contained in:
Freddy Boulton
2025-04-15 18:37:54 -04:00
committed by GitHub
parent d710c06210
commit b0a666ef55
2 changed files with 364 additions and 0 deletions

View File

@@ -436,6 +436,7 @@ EmitType: TypeAlias = (
| tuple[int, npt.NDArray[np.int16 | np.float32], Literal["mono", "stereo"]]
| AdditionalOutputs
| tuple[tuple[int, npt.NDArray[np.int16 | np.float32]], AdditionalOutputs]
| CloseStream
| None
)
AudioEmitType = EmitType