MCPcopy Create free account

hub / github.com/chainlit/chainlit / functions

Functions973 in github.com/chainlit/chainlit

↓ 1 callersFunctionrenderBox
()
frontend/src/components/molecules/messages/components/NotificationCount.tsx:17
↓ 1 callersFunctionrenderIcon
()
frontend/src/components/organisms/sidebar/threadHistory/filters/FeedbackSelect.tsx:51
↓ 1 callersFunctionrenderInput
()
frontend/src/components/molecules/messages/components/NotificationCount.tsx:42
↓ 1 callersFunctionrenderInput
(key: string)
frontend/src/pages/Env.tsx:56
↓ 1 callersFunctionrenderLabel
()
frontend/src/components/atoms/inputs/selects/SelectCategoryInput.tsx:38
↓ 1 callersFunctionrenderMenuItem
(label: string, feedback?: number)
frontend/src/components/organisms/sidebar/threadHistory/filters/FeedbackSelect.tsx:32
↓ 1 callersFunctionrenderProviderIcon
(provider: string)
frontend/src/components/molecules/auth/ProviderButton.tsx:37
↓ 1 callersFunctionreplace_between_tags
Replace text between two tags in a string.
backend/chainlit/server.py:266
↓ 1 callersFunctionrestartServer
( mode: ExecutionMode = undefined, env?: Record<string, string> )
cypress/e2e/data_layer/spec.cy.ts:77
↓ 1 callersMethodrestore
Associate a new socket id to the session.
backend/chainlit/session.py:263
↓ 1 callersFunctionrestore_existing_session
Restore a session from the sessionId provided by the client.
backend/chainlit/socket.py:29
↓ 1 callersFunctionresumeThread
()
cypress/e2e/data_layer/spec.cy.ts:49
↓ 1 callersFunctionresume_thread
(session: WebsocketSession)
backend/chainlit/socket.py:45
↓ 1 callersMethodresume_thread
Send a thread to the UI to resume it
backend/chainlit/emitter.py:156
↓ 1 callersFunctionrunChainlitForTest
( testName: string, mode: ExecutionMode )
cypress/support/run.ts:25
↓ 1 callersFunctionrunCommand
(command: string, cwd = ROOT)
cypress/support/utils.ts:26
↓ 1 callersFunctionrunTests
(matchName)
cypress/support/utils.ts:14
↓ 1 callersFunctionsaveAndSetToken
(token: string | null | undefined)
libs/react-client/src/api/hooks/auth.ts:44
↓ 1 callersFunctionsave_thread_history
()
cypress/e2e/data_layer/main.py:81
↓ 1 callersMethodscore_to_feedback_dict
( self, score: Optional[LiteralScore] )
backend/chainlit/data/literalai.py:59
↓ 1 callersMethodsend
(self, for_id: str)
backend/chainlit/element.py:168
↓ 1 callersMethodsend
Sends the question to ask to the UI and waits for the reply.
backend/chainlit/message.py:369
↓ 1 callersMethodsend_call_fn
Stub method to send a call function event to the copilot and wait for a response.
backend/chainlit/emitter.py:314
↓ 1 callersMethodsend_step
(self, step_dict: StepDict)
backend/chainlit/discord/app.py:95
↓ 1 callersMethodsend_step
(self, step_dict: StepDict)
backend/chainlit/teams/app.py:83
↓ 1 callersFunctionsetChatHistoryOpen
(open: boolean)
frontend/src/components/organisms/sidebar/index.tsx:39
↓ 1 callersFunctionsetToken
(token: string)
libs/react-client/src/utils/token.ts:11
↓ 1 callersMethodsettings
(self)
backend/chainlit/chat_settings.py:20
↓ 1 callersFunctionshouldHaveInlineAttachments
()
cypress/e2e/upload_attachments/spec.cy.ts:8
↓ 1 callersFunctionsizeToUnit
(element: IImageElement | IVideoElement)
frontend/src/components/atoms/elements/ListWithSize.tsx:6
↓ 1 callersFunctionstart
()
backend/chainlit/cli/__init__.py:77
↓ 1 callersMethodstep_to_step_dict
(self, step: LiteralStep)
backend/chainlit/data/literalai.py:71
↓ 1 callersFunctionsubmitMessageCopilot
(message: string)
cypress/support/testUtils.ts:10
↓ 1 callersFunctiontaskListContainerStyles
(theme: Theme)
frontend/src/components/molecules/tasklist/TaskList.tsx:46
↓ 1 callersFunctionthreadList
()
cypress/e2e/data_layer/spec.cy.ts:32
↓ 1 callersFunctionthreadQueue
()
cypress/e2e/data_layer/spec.cy.ts:26
↓ 1 callersMethodto_dict
(self)
backend/chainlit/element.py:96
↓ 1 callersMethodto_dict
(self)
backend/chainlit/types.py:59
↓ 1 callersFunctiontoggleChatHistoryMenu
(open: boolean)
frontend/src/components/organisms/chat/history/index.tsx:71
↓ 1 callersFunctiontoolStream
(tool: string)
cypress/e2e/streaming/spec.cy.ts:12
↓ 1 callersFunctiontool_1
()
cypress/e2e/step/main_async.py:18
↓ 1 callersFunctiontool_1
()
cypress/e2e/step/main.py:18
↓ 1 callersFunctiontool_2
()
cypress/e2e/step/main_async.py:11
↓ 1 callersFunctiontool_2
()
cypress/e2e/step/main.py:11
↓ 1 callersFunctiontool_3
()
cypress/e2e/step/main_async.py:4
↓ 1 callersFunctiontool_3
()
cypress/e2e/step/main.py:4
↓ 1 callersFunctionupdateMessageContentById
( messages: IStep[], messageId: number | string, updatedContent: string, isSequence: boolean, isInpu
libs/react-client/src/utils/message.ts:163
↓ 1 callersMethodupdate_token_count
Update the token count for the UI.
backend/chainlit/emitter.py:332
↓ 1 callersMethoduploadFile
( file: File, onProgress: (progress: number) => void, sessionId: string, token?: string )
libs/react-client/src/api/index.tsx:196
↓ 1 callersFunctionuseAudio
(config = defaultConfig)
libs/react-client/src/useAudio.ts:15
↓ 1 callersFunctionwatch_files_for_changes
()
backend/chainlit/server.py:94
↓ 1 callersFunctionwrapper
(func: Callable)
backend/chainlit/step.py:88
FunctionAccentButton
({ children, ...props }: ButtonProps & { target?: string })
frontend/src/components/atoms/buttons/AccentButton.tsx:4
FunctionActionButton
({ action, margin, onClick }: ActionProps)
frontend/src/components/molecules/messages/components/ActionButton.tsx:15
FunctionActionDrawerButton
({ actions }: { actions: IAction[] })
frontend/src/components/molecules/messages/components/ActionDrawerButton.tsx:15
FunctionApp
()
frontend/src/App.tsx:76
FunctionApp
({ widgetConfig }: Props)
libs/copilot/src/app.tsx:26
FunctionAppWrapper
()
frontend/src/AppWrapper.tsx:8
FunctionAppWrapper
({ widgetConfig }: Props)
libs/copilot/src/appWrapper.tsx:15
FunctionAskUploadButton
({ onError }: { onError: (error: string) => void })
frontend/src/components/molecules/messages/components/AskUploadButton.tsx:119
FunctionAskUploadChildButton
({ askUser, uploadFile, onError }: { askUser: IAsk; uploadFile: ( file: File, onProgress: (p
frontend/src/components/molecules/messages/components/AskUploadButton.tsx:13
FunctionAttachmentIcon
(props: SvgIconProps)
frontend/src/assets/attachment.tsx:3
FunctionAttachments
()
frontend/src/components/molecules/attachments.tsx:15
FunctionAudioElement
({ element }: { element: IAudioElement })
frontend/src/components/atoms/elements/Audio.tsx:9
FunctionAuth0
()
frontend/src/components/atoms/icons/Auth0.tsx:1
FunctionAuthCallback
()
frontend/src/pages/AuthCallback.tsx:8
FunctionAuthForgotPassword
({ onGoBack, onContinue }: AuthForgotPasswordProps)
frontend/src/components/molecules/auth/AuthForgotPassword.tsx:21
FunctionAuthLogin
({ title, error, providers, callbackUrl, onPasswordSignIn, onOAuthSignIn, onForgotPassword, on
frontend/src/components/molecules/auth/AuthLogin.tsx:51
FunctionAuthResetPassword
({ callbackUrl, onResetPassword, renderLogo, title, token }: AuthResetPasswordProps)
frontend/src/components/molecules/auth/AuthResetPassword.tsx:25
FunctionAuthTemplate
({ title, children, renderLogo }: AuthTemplateProps)
frontend/src/components/molecules/auth/AuthTemplate.tsx:11
FunctionAuthVerifyEmail
({ email, onGoBack, onResend }: AuthVerifyEmailProps)
frontend/src/components/molecules/auth/AuthVerifyEmail.tsx:21
FunctionBlinkingCursor
({ whitespace }: Props)
frontend/src/components/molecules/BlinkingCursor.tsx:23
FunctionChat
()
frontend/src/components/organisms/chat/index.tsx:34
FunctionChat
()
libs/copilot/src/chat/body.tsx:29
FunctionChatProfiles
()
frontend/src/components/molecules/chatProfiles.tsx:20
FunctionChatProfiles
()
libs/copilot/src/components/ChatProfiles.tsx:14
FunctionChatSettingsModal
()
frontend/src/components/organisms/chat/settings.tsx:21
FunctionChatWrapper
()
libs/copilot/src/chat/index.tsx:8
FunctionChevronDownIcon
(props: SvgIconProps)
frontend/src/assets/chevronDown.tsx:3
FunctionChevronLeftIcon
(props: SvgIconProps)
frontend/src/assets/chevronLeft.tsx:3
FunctionChevronRightIcon
(props: SvgIconProps)
frontend/src/assets/chevronRight.tsx:3
FunctionChevronUpIcon
(props: SvgIconProps)
frontend/src/assets/chevronUp.tsx:3
FunctionCircularProgressIconButton
({ progress, children, ...iconButtonProps }: Props)
frontend/src/components/atoms/buttons/progressIconButton.tsx:9
FunctionClipboardCopy
({ value, edge }: ClipboardCopyProps)
frontend/src/components/atoms/ClipboardCopy.tsx:15
FunctionCode
({ children, ...props }: any)
frontend/src/components/molecules/Code.tsx:52
FunctionCodeSnippet
({ language, children }: { language: string; children: string; })
frontend/src/components/molecules/Code.tsx:15
FunctionCognito
()
frontend/src/components/atoms/icons/Cognito.tsx:1
FunctionCollapse
({ children, defaultExpandAll = false }: CollapseProps)
frontend/src/components/atoms/Collapse.tsx:17
FunctionCopyIcon
(props: SvgIconProps)
frontend/src/assets/copy.tsx:3
FunctionDebugButton
({ step, debugUrl }: Props)
frontend/src/components/molecules/messages/components/DebugButton.tsx:13
FunctionDebugIcon
(props: SvgIconProps)
frontend/src/assets/debug.tsx:3
FunctionDeleteThreadButton
({ threadId, onDelete }: Props)
frontend/src/components/organisms/sidebar/threadHistory/DeleteThreadButton.tsx:28
FunctionDescope
()
frontend/src/components/atoms/icons/Descope.tsx:1
FunctionDialog
({ actions, content, title, ...rest }: DialogProps)
frontend/src/components/atoms/Dialog.tsx:16
FunctionDropScreen
()
frontend/src/components/organisms/chat/dropScreen.tsx:7
FunctionElement
({ element }: ElementProps)
frontend/src/components/atoms/elements/Element.tsx:15
FunctionElement
()
frontend/src/pages/Element.tsx:17
FunctionElementRef
({ element }: Props)
frontend/src/components/molecules/messages/components/ElementRef.tsx:12
FunctionElementSideView
()
frontend/src/components/atoms/elements/ElementSideView.tsx:65
FunctionElementSideView
({ element, isOpen, onClose }: SideViewProps)
libs/copilot/src/components/ElementSideView.tsx:16
← previousnext →301–400 of 973, ranked by callers