Skip to content

Commit

Permalink
feat: updates mobile custom handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicovaciu committed May 2, 2024
1 parent cfa8787 commit 5e551b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export function usePTXCustomHandlers(manifest: WebviewProps["manifest"]) {
"custom.exchange.error": () => {
// todo add screen for LLM
},
"custom.device.get": () => ({
deviceId: device?.deviceId,
modelId: device?.modelId,
}),
},
}),
};
Expand Down

0 comments on commit 5e551b4

Please sign in to comment.