MCPcopy Create free account

hub / github.com/bionic-gpt/bionic-gpt / functions

Functions924 in github.com/bionic-gpt/bionic-gpt

FunctionUpsert
( id: Option<i32>, trigger_id: String, name: String, description: String, team_id: String,
crates/web-pages/categories/upsert.rs:6
FunctionUserRequestTimeline
(user_request: String)
crates/web-pages/console/console_stream.rs:191
FunctionViewDrawer
(team_id: String, prompt: Prompt, trigger_id: String)
crates/web-pages/assistants/view_prompt.rs:9
FunctionVisLabel
(visibility: Visibility)
crates/web-pages/assistants/visibility.rs:7
Functionaccept_invite
( AcceptInvite {}: AcceptInvite, current_user: Jwt, Extension(pool): Extension<Pool>, Form(acc
crates/web-server/handlers/teams/accept_invite.rs:19
Functionaccess_type_to_string
(access_type: AuditAccessType)
crates/web-pages/audit_trail/mod.rs:30
Functionaction_create
( New { team_id }: New, current_user: Jwt, Extension(pool): Extension<Pool>, Form(oauth_client
crates/web-server/handlers/oauth_clients/actions.rs:50
Functionaction_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/projects/actions.rs:129
Functionaction_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/openapi_specs/actions.rs:130
Functionaction_delete
Delete function
crates/web-server/handlers/datasets/actions.rs:19
Functionaction_delete
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/oauth_clients/actions.rs:12
Functionaction_delete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/categories/actions.rs:67
Functionaction_delete_api_key
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/api_keys/actions.rs:115
Functionaction_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
Functionaction_start_chat
( StartChat { team_id, project_id, }: StartChat, current_user: Jwt, Extension(
crates/web-server/handlers/projects/actions.rs:162
Functionaction_upsert
( Upsert { team_id }: Upsert, Extension(pool): Extension<Pool>, Extension(config): Extension<crate
crates/web-server/handlers/projects/actions.rs:26
Functionaction_upsert
( Upsert { team_id }: Upsert, current_user: Jwt, Extension(pool): Extension<Pool>, Form(mut fo
crates/web-server/handlers/openapi_specs/actions.rs:19
Functionaction_upsert
( Upsert { team_id }: Upsert, Extension(pool): Extension<Pool>, Extension(config): Extension<Confi
crates/web-server/handlers/datasets/actions.rs:54
Functionaction_upsert
( Upsert { team_id }: Upsert, current_user: Jwt, Extension(pool): Extension<Pool>, Form(form):
crates/web-server/handlers/categories/actions.rs:20
Functionadd_cron_trigger
( AddCronTrigger { team_id, prompt_id }: AddCronTrigger, current_user: Jwt, Extension(pool): Exten
crates/web-server/handlers/automations/triggers.rs:47
Functionadd_integration_action
( AddIntegration { team_id, prompt_id, integration_id, }: AddIntegration,
crates/web-server/handlers/my_assistants/integrations.rs:136
Functionadd_integration_action
( AddIntegration { team_id, prompt_id, integration_id, }: AddIntegration,
crates/web-server/handlers/automations/integrations.rs:125
Functionanalyze_query_indexes
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<An
crates/postgres-mcp/src/handlers/analysis.rs:81
Functionanalyze_workload_indexes
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<An
crates/postgres-mcp/src/handlers/analysis.rs:25
Functionannotate_render_time
(req: Request, next: Next)
crates/web-server/telemetry.rs:15
Functionapi_key_validation_can_be_disabled_via_env
()
crates/web-server/handlers/mcp/tests.rs:194
Functionaudit_action_to_string
(audit_action: AuditAction)
crates/web-pages/audit_trail/mod.rs:37
Functionbuild_explain_options
(request: &ExplainQueryRequest)
crates/postgres-mcp/src/handlers/sql.rs:77
Functionbuild_tls_connector
()
crates/postgres-mcp/src/db.rs:66
Methodcan_edit_prompt
(&self, prompt: &Prompt)
crates/db/authz.rs:261
Methodcan_manage_datasets
(&self)
crates/db/authz.rs:236
Methodcan_manage_integrations
(&self)
crates/db/authz.rs:277
Methodcan_view_system_prompt
(&self)
crates/db/authz.rs:257
Functioncanonical_payload_matches_js_signer
()
crates/db/licence.rs:151
Functioncategory_label
(category: OpenapiSpecCategory)
crates/web-pages/openapi_specs/mod.rs:6
Functionchat_generate
Called by the web console UI to stream a chat completion.
crates/llm-proxy/ui_chat_stream.rs:183
Functionchat_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
Functioncheckbox_bool
(deserializer: D)
crates/web-server/handlers/providers.rs:164
Functionconfigure_api_key_action
( ConfigureApiKey { team_id, id }: ConfigureApiKey, current_user: Jwt, Extension(pool): Extension<
crates/web-server/handlers/code_sandbox.rs:120
Functionconfigure_api_key_action
( ConfigureApiKey { team_id, id }: ConfigureApiKey, current_user: Jwt, Extension(pool): Extension<
crates/web-server/handlers/web_search.rs:120
Functionconfigure_api_key_action
( ConfigureApiKey { team_id, integration_id, }: ConfigureApiKey, current_user: Jwt
crates/web-server/handlers/integrations/configuration_actions.rs:19
Functionconnect_loader
( Connect { team_id, integration_id, }: Connect, current_user: Jwt, jar: Cooki
crates/web-server/handlers/oauth2.rs:30
Functionconversation
( Conversation { team_id, conversation_id, }: Conversation, current_user: Jwt,
crates/web-server/handlers/console/conversation.rs:12
Functionconversation
( Conversation { team_id, conversation_id, prompt_id, }: Conversation, cur
crates/web-server/handlers/assistants/conversation.rs:13
Functioncreate_action
( Create { team_id }: Create, current_user: Jwt, Extension(pool): Extension<Pool>, Form(form):
crates/web-server/handlers/mcp_api_keys.rs:53
Functioncreate_invite
( CreateInvite { team_id }: CreateInvite, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/team/create_invite.rs:30
Functioncreate_mock_chat
Helper function to create a mock Chat for testing
crates/web-server/handlers/console/utils.rs:105
Functioncreate_test_chat
Test helper functions
crates/llm-proxy/tests.rs:64
Functioncreate_tool_call_json
(id: &str, function_name: &str, arguments: &str)
crates/llm-proxy/tests.rs:87
Methoddatabase
(pool: Pool)
crates/object-storage/src/lib.rs:22
Methoddatabase_error
(message: impl Into<String>, details: Option<Value>)
crates/postgres-mcp/src/error.rs:53
Functiondb_health
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Query(params): Query<D
crates/postgres-mcp/src/handlers/analysis.rs:103
Methoddefault
()
crates/web-pages/openapi_specs/upsert.rs:29
Methoddefault
()
crates/rag-engine/src/config.rs:19
Methoddefault
()
crates/openai-api/lib.rs:273
Methoddefault
()
crates/openai-api/src/lib.rs:299
Methoddefault
()
crates/airbyte-connector/src/main.rs:29
Methoddefault
()
crates/db/licence.rs:57
Methoddefault
()
crates/web-server/config.rs:66
Functiondefault_explain_format
()
crates/postgres-mcp/src/models/mod.rs:191
Functiondefault_frequency
()
crates/postgres-mcp/src/models/mod.rs:236
Functiondefault_interval
()
crates/postgres-mcp/src/handlers/monitoring.rs:23
Functiondefault_jsonrpc
()
crates/web-server/handlers/mcp/mod.rs:204
Functiondefault_limit
()
crates/postgres-mcp/src/handlers/monitoring.rs:27
Methoddefault_locale
()
crates/web-server/locale.rs:16
Functiondefault_max_recommendations
()
crates/postgres-mcp/src/models/mod.rs:258
Functiondefault_max_rows
()
crates/postgres-mcp/src/models/mod.rs:139
Functiondefault_params
()
crates/web-server/handlers/mcp/mod.rs:208
Functiondefault_tool_call_type
()
crates/openai-api/src/lib.rs:313
Functiondefault_true
()
crates/postgres-mcp/src/models/mod.rs:178
Functiondelete
( Delete { team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, Form(delete
crates/web-server/handlers/team/delete_member.rs:19
Functiondelete
( DeleteInvite { team_id }: DeleteInvite, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/team/delete_invite.rs:19
Functiondelete
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/automations/delete.rs:8
Functiondelete
( DeleteConv { team_id, prompt_id, conversation_id, }: DeleteConv, current
crates/web-server/handlers/assistants/delete_conv.rs:8
Functiondelete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/models.rs:301
Functiondelete_action
( Delete { team_id, id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/mcp_api_keys.rs:126
Functiondelete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/pipelines.rs:59
Functiondelete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/providers.rs:255
Functiondelete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/rate_limits.rs:72
Functiondelete_action
( Delete { team_id: _, document_id: _, }: Delete, current_user: Jwt, Extension
crates/web-server/handlers/documents.rs:88
Functiondelete_action
( Delete { id, team_id }: Delete, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/integrations/actions.rs:13
Functiondelete_api_key_action
( DeleteApiKey { team_id, id }: DeleteApiKey, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/code_sandbox.rs:166
Functiondelete_api_key_action
( DeleteApiKey { team_id, id }: DeleteApiKey, current_user: Jwt, Extension(pool): Extension<Pool>,
crates/web-server/handlers/web_search.rs:166
Functiondelete_api_key_connection_action
( DeleteApiKeyConnection { team_id, integration_id, connection_id, }: DeleteAp
crates/web-server/handlers/integrations/configuration_actions.rs:73
Functiondelete_oauth2_connection_action
( DeleteOauth2Connection { team_id, integration_id, connection_id, }: DeleteOa
crates/web-server/handlers/integrations/configuration_actions.rs:104
Functiondeserialize_comma_separated
Deserialize a comma separated query parameter into a vector of values using `FromStr`.
crates/postgres-mcp/src/extractors/parameters.rs:5
Functiondeserialize_rfc3339
(deserializer: D)
crates/db/licence.rs:48
Functiondetermine_status
(info: &IntegrationWithAuthInfo, connected: bool)
crates/web-pages/shared/integrations.rs:79
Functiondocument_to_chunks
( bytes: Vec<u8>, file_name: &str, chunk_size: u32, chunk_overlap: u32, chunking_strategy:
crates/rag-engine/src/kreuzberg_api.rs:37
Methoddrop
(&mut self)
crates/integrations/tools/open_api_tool.rs:92
Methoddrop
(&mut self)
crates/web-server/handlers/mcp/tests.rs:25
Functiondummy
(text: &str)
crates/integrations/tools/read_document.rs:164
Functionedit_action
( Edit { team_id, id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Extension<Po
crates/web-server/handlers/integrations/actions.rs:36
Functionedit_assistant_loader
( Edit { team_id, prompt_id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Exten
crates/web-server/handlers/assistants/loaders.rs:121
Functionedit_automation_loader
( Edit { team_id, prompt_id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/automations/loaders.rs:69
Functionedit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/models.rs:200
Functionedit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/providers.rs:88
Functionedit_loader
( Edit { team_id, id }: Edit, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/openapi_specs/loader.rs:57
Functionedit_loader
( Edit { team_id, id }: Edit, locale: Locale, current_user: Jwt, Extension(pool): Extension<Po
crates/web-server/handlers/integrations/loaders.rs:280
Functionempty_string_is_none
(deserializer: D)
crates/web-server/layout.rs:24
← previousnext →501–600 of 924, ranked by callers