FunctionObserverName | Description |
---|---|
logger | Type: ForwardRef(‘Logger’) | None Default: None |
Name | Description |
---|---|
call_id | The ID of the function call. Type: str |
name | The name of the function to call. Type: str |
kwargs | The arguments to pass to the function. Type: dict[str, typing.Any] |
Name | Description |
---|---|
event | The event from the OpenAI Realtime API. Type: RealtimeEvent |
self._ready_event.set()
when the observer is ready to process events.Name | Description |
---|---|
agent | The realtime agent attached to the observer. Type: RealtimeAgent |