Feature: Vapi Integration #287
Annotations
4 errors
|
lint
Process completed with exit code 1.
|
|
Ruff (ANN201):
vapi/app.py#L46
vapi/app.py:46:5: ANN201 Missing return type annotation for public function `openai_advanced_custom_llm_route`
|
|
Ruff (ANN001):
vapi/app.py#L20
vapi/app.py:20:33: ANN001 Missing type annotation for function argument `data`
|
|
Ruff (ANN201):
vapi/app.py#L20
vapi/app.py:20:5: ANN201 Missing return type annotation for public function `generate_streaming_response`
|