AIResponse
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Represents an AI response returned in get_ai_response()
method.
message
The main message or response returned.
Type: str
response_time
The response time, This is usually normal however this can change if the API is having issues.
Type: str
success
Whether or not the response was retrieved success or not.
Type: bool
api_key
The API key used to fetch the response.
Type: str