Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bionic-gpt/bionic-gpt
/ functions
Functions
924 in github.com/bionic-gpt/bionic-gpt
⨍
Functions
924
◇
Types & classes
318
Function
Upsert
( id: Option<i32>, trigger_id: String, name: String, description: String, team_id: String,
crates/web-pages/categories/upsert.rs:6
Function
UserRequestTimeline
(user_request: String)
crates/web-pages/console/console_stream.rs:191
Function
ViewDrawer
(team_id: String, prompt: Prompt, trigger_id: String)
crates/web-pages/assistants/view_prompt.rs:9
Function
VisLabel
(visibility: Visibility)
crates/web-pages/assistants/visibility.rs:7
Function
accept_invite
( AcceptInvite {}: AcceptInvite, current_user: Jwt, Extension(pool): Extension<Pool>, Form(acc
crates/web-server/handlers/teams/accept_invite.rs:19
Function
access_type_to_string
(access_type: AuditAccessType)
crates/web-pages/audit_trail/mod.rs:30
Function
action_create
( New { team_id }: New, current_user: Jwt, Extension(pool): Extension<Pool>, Form(oauth_client
crates/web-server/handlers/oauth_clients/actions.rs:50
Function
action_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/projects/actions.rs:129
Function
action_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/openapi_specs/actions.rs:130
Function
action_delete
Delete function
crates/web-server/handlers/datasets/actions.rs:19
Function
action_delete
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/oauth_clients/actions.rs:12
Function
action_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/categories/actions.rs:67
Function
action_delete_api_key
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/api_keys/actions.rs:115
Function
action_new_api_key
( New { team_id }: New, current_user: Jwt, Extension(pool): Extension<Pool>, Form(new_api_key)
crates/web-server/handlers/api_keys/actions.rs:21
Function
action_start_chat
( StartChat { team_id, project_id, }: StartChat, current_user: Jwt, Extension(
crates/web-server/handlers/projects/actions.rs:162
Function
action_upsert
( Upsert { team_id }: Upsert, Extension(pool): Extension<Pool>, Extension(config): Extension<crate
crates/web-server/handlers/projects/actions.rs:26
Function
action_upsert
( Upsert { team_id }: Upsert, current_user: Jwt, Extension(pool): Extension<Pool>, Form(mut fo
crates/web-server/handlers/openapi_specs/actions.rs:19
Function
action_upsert
( Upsert { team_id }: Upsert, Extension(pool): Extension<Pool>, Extension(config): Extension<Confi
crates/web-server/handlers/datasets/actions.rs:54
Function
action_upsert
( Upsert { team_id }: Upsert, current_user: Jwt, Extension(pool): Extension<Pool>, Form(form):
crates/web-server/handlers/categories/actions.rs:20
Function
add_cron_trigger
( AddCronTrigger { team_id, prompt_id }: AddCronTrigger, current_user: Jwt, Extension(pool): Exten
crates/web-server/handlers/automations/triggers.rs:47
Function
add_integration_action
( AddIntegration { team_id, prompt_id, integration_id, }: AddIntegration,
crates/web-server/handlers/my_assistants/integrations.rs:136
Function
add_integration_action
( AddIntegration { team_id, prompt_id, integration_id, }: AddIntegration,
crates/web-server/handlers/automations/integrations.rs:125
Function
analyze_query_indexes
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<An
crates/postgres-mcp/src/handlers/analysis.rs:81
Function
analyze_workload_indexes
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<An
crates/postgres-mcp/src/handlers/analysis.rs:25
Function
annotate_render_time
(req: Request, next: Next)
crates/web-server/telemetry.rs:15
Function
api_key_validation_can_be_disabled_via_env
()
crates/web-server/handlers/mcp/tests.rs:194
Function
audit_action_to_string
(audit_action: AuditAction)
crates/web-pages/audit_trail/mod.rs:37
Function
build_explain_options
(request: &ExplainQueryRequest)
crates/postgres-mcp/src/handlers/sql.rs:77
Function
build_tls_connector
()
crates/postgres-mcp/src/db.rs:66
Method
can_edit_prompt
(&self, prompt: &Prompt)
crates/db/authz.rs:261
Method
can_manage_datasets
(&self)
crates/db/authz.rs:236
Method
can_manage_integrations
(&self)
crates/db/authz.rs:277
Method
can_view_system_prompt
(&self)
crates/db/authz.rs:257
Function
canonical_payload_matches_js_signer
()
crates/db/licence.rs:151
Function
category_label
(category: OpenapiSpecCategory)
crates/web-pages/openapi_specs/mod.rs:6
Function
chat_generate
Called by the web console UI to stream a chat completion.
crates/llm-proxy/ui_chat_stream.rs:183
Function
chat_generate
We reverse proxy an LLM model, we also provide context to the chat if the API key is attached to a prompt that is attached to a dataset. This handles
crates/llm-proxy/api_chat_stream.rs:23
Function
checkbox_bool
(deserializer: D)
crates/web-server/handlers/providers.rs:164
Function
configure_api_key_action
( ConfigureApiKey { team_id, id }: ConfigureApiKey, current_user: Jwt, Extension(pool): Extension<
crates/web-server/handlers/code_sandbox.rs:120
Function
configure_api_key_action
( ConfigureApiKey { team_id, id }: ConfigureApiKey, current_user: Jwt, Extension(pool): Extension<
crates/web-server/handlers/web_search.rs:120
Function
configure_api_key_action
( ConfigureApiKey { team_id, integration_id, }: ConfigureApiKey, current_user: Jwt
crates/web-server/handlers/integrations/configuration_actions.rs:19
Function
connect_loader
( Connect { team_id, integration_id, }: Connect, current_user: Jwt, jar: Cooki
crates/web-server/handlers/oauth2.rs:30
Function
conversation
( Conversation { team_id, conversation_id, }: Conversation, current_user: Jwt,
crates/web-server/handlers/console/conversation.rs:12
Function
conversation
( Conversation { team_id, conversation_id, prompt_id, }: Conversation, cur
crates/web-server/handlers/assistants/conversation.rs:13
Function
create_action
( Create { team_id }: Create, current_user: Jwt, Extension(pool): Extension<Pool>, Form(form):
crates/web-server/handlers/mcp_api_keys.rs:53
Function
create_invite
( CreateInvite { team_id }: CreateInvite, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/team/create_invite.rs:30
Function
create_mock_chat
Helper function to create a mock Chat for testing
crates/web-server/handlers/console/utils.rs:105
Function
create_test_chat
Test helper functions
crates/llm-proxy/tests.rs:64
Function
create_tool_call_json
(id: &str, function_name: &str, arguments: &str)
crates/llm-proxy/tests.rs:87
Method
database
(pool: Pool)
crates/object-storage/src/lib.rs:22
Method
database_error
(message: impl Into<String>, details: Option<Value>)
crates/postgres-mcp/src/error.rs:53
Function
db_health
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Query(params): Query<D
crates/postgres-mcp/src/handlers/analysis.rs:103
Method
default
()
crates/web-pages/openapi_specs/upsert.rs:29
Method
default
()
crates/rag-engine/src/config.rs:19
Method
default
()
crates/openai-api/lib.rs:273
Method
default
()
crates/openai-api/src/lib.rs:299
Method
default
()
crates/airbyte-connector/src/main.rs:29
Method
default
()
crates/db/licence.rs:57
Method
default
()
crates/web-server/config.rs:66
Function
default_explain_format
()
crates/postgres-mcp/src/models/mod.rs:191
Function
default_frequency
()
crates/postgres-mcp/src/models/mod.rs:236
Function
default_interval
()
crates/postgres-mcp/src/handlers/monitoring.rs:23
Function
default_jsonrpc
()
crates/web-server/handlers/mcp/mod.rs:204
Function
default_limit
()
crates/postgres-mcp/src/handlers/monitoring.rs:27
Method
default_locale
()
crates/web-server/locale.rs:16
Function
default_max_recommendations
()
crates/postgres-mcp/src/models/mod.rs:258
Function
default_max_rows
()
crates/postgres-mcp/src/models/mod.rs:139
Function
default_params
()
crates/web-server/handlers/mcp/mod.rs:208
Function
default_tool_call_type
()
crates/openai-api/src/lib.rs:313
Function
default_true
()
crates/postgres-mcp/src/models/mod.rs:178
Function
delete
( Delete { team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, Form(delete
crates/web-server/handlers/team/delete_member.rs:19
Function
delete
( DeleteInvite { team_id }: DeleteInvite, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/team/delete_invite.rs:19
Function
delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/automations/delete.rs:8
Function
delete
( DeleteConv { team_id, prompt_id, conversation_id, }: DeleteConv, current
crates/web-server/handlers/assistants/delete_conv.rs:8
Function
delete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/models.rs:301
Function
delete_action
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/mcp_api_keys.rs:126
Function
delete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/pipelines.rs:59
Function
delete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/providers.rs:255
Function
delete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/rate_limits.rs:72
Function
delete_action
( Delete { team_id: _, document_id: _, }: Delete, current_user: Jwt, Extension
crates/web-server/handlers/documents.rs:88
Function
delete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/integrations/actions.rs:13
Function
delete_api_key_action
( DeleteApiKey { team_id, id }: DeleteApiKey, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/code_sandbox.rs:166
Function
delete_api_key_action
( DeleteApiKey { team_id, id }: DeleteApiKey, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/web_search.rs:166
Function
delete_api_key_connection_action
( DeleteApiKeyConnection { team_id, integration_id, connection_id, }: DeleteAp
crates/web-server/handlers/integrations/configuration_actions.rs:73
Function
delete_oauth2_connection_action
( DeleteOauth2Connection { team_id, integration_id, connection_id, }: DeleteOa
crates/web-server/handlers/integrations/configuration_actions.rs:104
Function
deserialize_comma_separated
Deserialize a comma separated query parameter into a vector of values using `FromStr`.
crates/postgres-mcp/src/extractors/parameters.rs:5
Function
deserialize_rfc3339
(deserializer: D)
crates/db/licence.rs:48
Function
determine_status
(info: &IntegrationWithAuthInfo, connected: bool)
crates/web-pages/shared/integrations.rs:79
Function
document_to_chunks
( bytes: Vec<u8>, file_name: &str, chunk_size: u32, chunk_overlap: u32, chunking_strategy:
crates/rag-engine/src/kreuzberg_api.rs:37
Method
drop
(&mut self)
crates/integrations/tools/open_api_tool.rs:92
Method
drop
(&mut self)
crates/web-server/handlers/mcp/tests.rs:25
Function
dummy
(text: &str)
crates/integrations/tools/read_document.rs:164
Function
edit_action
( Edit { team_id, id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Extension<Po
crates/web-server/handlers/integrations/actions.rs:36
Function
edit_assistant_loader
( Edit { team_id, prompt_id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Exten
crates/web-server/handlers/assistants/loaders.rs:121
Function
edit_automation_loader
( Edit { team_id, prompt_id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/automations/loaders.rs:69
Function
edit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/models.rs:200
Function
edit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/providers.rs:88
Function
edit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/openapi_specs/loader.rs:57
Function
edit_loader
( Edit { team_id, id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Extension<Po
crates/web-server/handlers/integrations/loaders.rs:280
Function
empty_string_is_none
(deserializer: D)
crates/web-server/layout.rs:24
← previous
next →
501–600 of 924, ranked by callers