MCPcopy Create free account
hub / github.com/dailydotdev/apps / handleSubmit

Method handleSubmit

packages/shared/src/hooks/chat/types.ts:30–30  ·  view source on GitHub ↗
(prompt: string, event?: MouseEvent)

Source from the content-addressed store, hash-verified

28 data: Search;
29 isLoading: boolean;
30 handleSubmit(prompt: string, event?: MouseEvent): Promise<void>;
31}
32
33export interface CreatePayload {

Callers 3

CreateLiveRoomFormFunction · 0.80
ProfileIndexFunction · 0.80
PageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected