* Initial commit * Use add_suggested_values * Update homeassistant/components/anthropic/conversation.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update strings.json * Update config_flow.py * Update config_flow.py * Fix tests * Update homeassistant/components/anthropic/conversation.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Removed agent registration * Moved message_convert inline function outside --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
34 lines
762 B
Text
34 lines
762 B
Text
# serializer version: 1
|
|
# name: test_unknown_hass_api
|
|
dict({
|
|
'conversation_id': None,
|
|
'response': IntentResponse(
|
|
card=dict({
|
|
}),
|
|
error_code=<IntentResponseErrorCode.UNKNOWN: 'unknown'>,
|
|
failed_results=list([
|
|
]),
|
|
intent=None,
|
|
intent_targets=list([
|
|
]),
|
|
language='en',
|
|
matched_states=list([
|
|
]),
|
|
reprompt=dict({
|
|
}),
|
|
response_type=<IntentResponseType.ERROR: 'error'>,
|
|
speech=dict({
|
|
'plain': dict({
|
|
'extra_data': None,
|
|
'speech': 'Error preparing LLM API: API non-existing not found',
|
|
}),
|
|
}),
|
|
speech_slots=dict({
|
|
}),
|
|
success_results=list([
|
|
]),
|
|
unmatched_states=list([
|
|
]),
|
|
),
|
|
})
|
|
# ---
|