Add event and button entities, select entity for model switching, and update changelog to version 0.1.56
This commit is contained in:
@@ -84,6 +84,30 @@
|
||||
"connected": {
|
||||
"name": "Connected"
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"message_received": {
|
||||
"name": "Message Received"
|
||||
},
|
||||
"tool_invoked": {
|
||||
"name": "Tool Invoked"
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"clear_history": {
|
||||
"name": "Clear History"
|
||||
},
|
||||
"sync_history": {
|
||||
"name": "Sync History"
|
||||
},
|
||||
"run_diagnostics": {
|
||||
"name": "Run Diagnostics"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"active_model": {
|
||||
"name": "Active Model"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
||||
Reference in New Issue
Block a user