Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainlit/chainlit
/ functions
Functions
973 in github.com/chainlit/chainlit
⨍
Functions
973
◇
Types & classes
248
↳
Endpoints
28
Method
create_step
(self, step_dict: StepDict)
cypress/e2e/data_layer/main.py:130
Method
create_user
(self, user: User)
backend/chainlit/data/literalai.py:132
Method
create_user
(self, user: User)
backend/chainlit/data/sql_alchemy.py:124
Method
create_user
(self, user: "User")
backend/chainlit/data/dynamodb.py:119
Method
create_user
(self, user: cl.User)
cypress/e2e/data_layer/main.py:96
Method
current_run
(self)
backend/chainlit/context.py:34
Method
current_step
(self)
backend/chainlit/context.py:29
Function
cursorPlugin
()
frontend/src/components/molecules/Markdown.tsx:35
Function
decorator
(func: Callable[[Action], Any])
backend/chainlit/callbacks.py:287
Function
decorator
(method)
backend/chainlit/data/utils.py:9
Function
deepEqual
( object1: Record<string, any>, object2: Record<string, any> )
frontend/src/helpers/object.ts:5
Method
delete
Delete the session.
backend/chainlit/session.py:270
Method
delete_element
(self, element_id: str, thread_id: Optional[str] = None)
backend/chainlit/data/literalai.py:245
Method
delete_element
(self, element_id: str, thread_id: Optional[str] = None)
backend/chainlit/data/sql_alchemy.py:439
Method
delete_element
(self, element_id: str, thread_id: Optional[str] = None)
backend/chainlit/data/dynamodb.py:295
Method
delete_element
(self, element_id: str, thread_id: Optional[str] = None)
cypress/e2e/data_layer/main.py:184
Function
delete_feedback
Delete a feedback.
backend/chainlit/server.py:739
Method
delete_feedback
( self, feedback_id: str, )
backend/chainlit/data/literalai.py:147
Method
delete_feedback
(self, feedback_id: str)
backend/chainlit/data/sql_alchemy.py:367
Method
delete_feedback
(self, feedback_id: str)
backend/chainlit/data/dynamodb.py:146
Method
delete_feedback
( self, feedback_id: str, )
cypress/e2e/data_layer/main.py:162
Method
delete_step
Stub method to delete a message in the UI.
backend/chainlit/emitter.py:63
Method
delete_step
(self, step_id: str)
backend/chainlit/data/literalai.py:286
Method
delete_step
(self, step_id: str)
backend/chainlit/data/sql_alchemy.py:331
Method
delete_step
(self, step_id: str)
backend/chainlit/data/base.py:73
Method
delete_step
(self, step_id: str)
backend/chainlit/data/dynamodb.py:351
Method
delete_step
(self, step_id: str)
cypress/e2e/data_layer/main.py:192
Function
delete_thread
Delete a thread.
backend/chainlit/server.py:820
Method
delete_thread
(self, thread_id: str)
backend/chainlit/data/literalai.py:299
Method
delete_thread
(self, thread_id: str)
backend/chainlit/data/sql_alchemy.py:217
Method
delete_thread
(self, thread_id: str)
backend/chainlit/data/dynamodb.py:381
Method
delete_thread
(self, thread_id: str)
cypress/e2e/data_layer/main.py:159
Function
disconnect
(sid)
backend/chainlit/socket.py:208
Function
edit_message
Handle a message sent by the User.
backend/chainlit/socket.py:279
Method
emit
Stub method to get the 'emit' property from the session.
backend/chainlit/emitter.py:39
Method
emit_call
Stub method to get the 'emit_call' property from the session.
backend/chainlit/emitter.py:43
Function
emit_call_fn
(event: Literal["ask", "call_fn"], data, timeout)
backend/chainlit/socket.py:131
Function
emit_fn
(event, data)
backend/chainlit/socket.py:127
Function
emitter
(mock_websocket_session)
backend/tests/test_emitter.py:10
Function
fetch_message_history
( channel_id: str, thread_ts: Optional[str] = None, limit=30 )
backend/chainlit/slack/app.py:191
Function
fetcher
(url: string)
frontend/src/hooks/useFetch.tsx:3
Method
files_dir
(self)
backend/chainlit/session.py:96
Method
from_dict
(self, _dict: FileDict)
backend/chainlit/element.py:119
Method
from_dict
(cls, obj_dict: Any)
backend/chainlit/types.py:81
Method
from_dict
( cls, paginated_response_dict: Dict, the_class: HasFromDict[T] )
backend/chainlit/types.py:100
Method
from_dict
(self, _dict: StepDict)
backend/chainlit/message.py:60
Method
get
(self, key, default=None)
backend/chainlit/user_session.py:14
Method
getDerivedStateFromError
(err: Error)
frontend/src/components/atoms/ErrorBoundary.tsx:22
Function
get_avatar
Get the avatar for the user based on the avatar_id.
backend/chainlit/server.py:962
Function
get_chat_profiles
(user)
backend/tests/test_callbacks.py:311
Method
get_element
( self, thread_id: str, element_id: str )
backend/chainlit/data/literalai.py:236
Method
get_element
( self, thread_id: str, element_id: str )
backend/chainlit/data/dynamodb.py:274
Method
get_element
( self, thread_id: str, element_id: str )
cypress/e2e/data_layer/main.py:178
Function
get_file
Get a file from the session files directory.
backend/chainlit/server.py:879
Function
get_logo
Get the default logo for the UI.
backend/chainlit/server.py:938
Function
get_starters
(user)
backend/tests/test_callbacks.py:339
Function
get_thread
Get a specific thread.
backend/chainlit/server.py:783
Method
get_thread
(self, thread_id: str)
backend/chainlit/data/sql_alchemy.py:161
Method
get_thread
(self, thread_id: str)
cypress/e2e/data_layer/main.py:152
Method
get_thread_author
(self, thread_id: str)
backend/chainlit/data/literalai.py:289
Method
get_thread_author
(self, thread_id: str)
backend/chainlit/data/sql_alchemy.py:149
Method
get_thread_author
(self, thread_id: str)
backend/chainlit/data/dynamodb.py:363
Method
get_thread_author
(self, thread_id: str)
cypress/e2e/data_layer/main.py:141
Function
get_thread_element
Get a specific thread element.
backend/chainlit/server.py:801
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:42
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:100
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:167
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:251
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:337
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:401
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:458
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:516
Method
get_token
(self, code: str, url: str)
backend/chainlit/oauth_providers.py:584
Method
get_user
(self, identifier: str)
backend/chainlit/data/dynamodb.py:96
Method
get_user
(self, identifier: str)
cypress/e2e/data_layer/main.py:93
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:62
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:124
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:190
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:274
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:362
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:423
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:482
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:539
Method
get_user_info
(self, token: str)
backend/chainlit/oauth_providers.py:606
Function
get_user_threads
Get the threads page by page.
backend/chainlit/server.py:758
Function
handleChange
(value: string)
frontend/src/components/organisms/sidebar/threadHistory/filters/SearchBar.tsx:21
Function
handleClick
()
frontend/src/components/molecules/messages/components/ActionButton.tsx:19
Function
handleClick
(event: React.MouseEvent<HTMLElement>)
frontend/src/components/atoms/buttons/userButton/index.tsx:9
Function
handleClick
()
frontend/src/components/organisms/chat/inputBox/SubmitButton.tsx:25
Function
handleClickOpen
()
frontend/src/components/molecules/newChatButton.tsx:19
Function
handleClickOpen
()
frontend/src/components/organisms/sidebar/threadHistory/DeleteThreadButton.tsx:33
Function
handleClickOpen
()
libs/copilot/src/components/NewChatButton.tsx:14
Function
handleClose
()
frontend/src/components/organisms/readmeButton.tsx:23
Function
handleConfirm
()
frontend/src/components/molecules/newChatButton.tsx:27
Function
handleConfirm
()
frontend/src/components/organisms/chat/settings.tsx:37
Function
handleConfirm
()
frontend/src/components/organisms/sidebar/threadHistory/DeleteThreadButton.tsx:41
Function
handleConfirm
()
libs/copilot/src/components/NewChatButton.tsx:22
Function
handleCopy
()
frontend/src/components/atoms/ClipboardCopy.tsx:19
Function
handleEdit
()
frontend/src/components/molecules/messages/UserMessage.tsx:37
Function
handleMenuClose
(event: React.SyntheticEvent)
frontend/src/components/atoms/inputs/selects/SelectInput.tsx:67
← previous
next →
601–700 of 973, ranked by callers