MCPcopy Create free account

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

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

↓ 1 callersFunctioninsert_prompt
( transaction: &Transaction<'_>, new_prompt_template: &NewPromptTemplate, image_icon_object_id: Op
crates/web-server/handlers/automations/actions.rs:179
↓ 1 callersFunctionisSafeHref
(href: string)
crates/web-assets/typescript/console/markdown.ts:6
↓ 1 callersFunctionis_html_response
(response: &Response)
crates/web-server/telemetry.rs:53
↓ 1 callersFunctionis_limit_exceeded_from_pool
( pool: &Pool, model_id: i32, user_id: i32, )
crates/llm-proxy/limits.rs:33
↓ 1 callersFunctionlist_datasets
( transaction: &Transaction<'_>, prompt_id: i32, )
crates/integrations/tools/list_datasets.rs:38
↓ 1 callersFunctionlist_documents
( transaction: &Transaction<'_>, conversation_id: i64, )
crates/integrations/tools/list_documents.rs:110
↓ 1 callersFunctionlist_files
( transaction: &Transaction<'_>, dataset_id: i32, )
crates/integrations/tools/list_dataset_files.rs:41
↓ 1 callersFunctionloadEverything
()
crates/web-assets/index.ts:31
↓ 1 callersFunctionload_document_bytes
( storage_config: &StorageConfig, document: &db::queries::documents::UnprocessedDocument, )
crates/rag-engine/src/main.rs:174
↓ 1 callersFunctionload_selected_spec
( transaction: &db::Transaction<'_>, category: OpenapiSpecCategory, )
crates/integrations/system_openapi.rs:14
↓ 1 callersFunctionload_table_metadata
( client: &tokio_postgres::Client, table_oids: HashSet<u32>, )
crates/postgres-mcp/src/handlers/sql.rs:180
↓ 1 callersFunctionlog_db_error
(context: &str, err: &db::TokioPostgresError)
crates/web-server/errors.rs:8
↓ 1 callersFunctionlog_end_of_chat
( pool: Arc<Pool>, snapshot: &str, api_key: &str, )
crates/llm-proxy/api_chat_stream.rs:242
↓ 1 callersFunctionlog_initial_chat
( transaction: &Transaction<'_>, api_key_id: i32, completion_json: &str, completion: &BionicCh
crates/llm-proxy/api_chat_stream.rs:206
↓ 1 callersFunctionlong_running_queries_health
( client: &Client, include_diagnostics: bool, )
crates/postgres-mcp/src/handlers/analysis.rs:492
↓ 1 callersFunctionmain_home_href
(rbac: &Rbac, team_id: String, use_mcp_sidebar: bool)
crates/web-pages/app_layout/mod.rs:377
↓ 1 callersFunctionmask_hash
(hash: &str)
crates/web-pages/mcp_api_keys.rs:40
↓ 1 callersFunctionmaybe_mock_api_key_team
(api_key: &str)
crates/web-server/handlers/mcp/mod.rs:237
↓ 1 callersFunctionmaybe_mock_resolver
(slug: &str, connection_id: Uuid)
crates/web-server/handlers/mcp/mod.rs:828
↓ 1 callersFunctionmaybe_tls_connector
()
crates/postgres-mcp/src/db.rs:56
↓ 1 callersMethodmerge
Merges the input delta completion into `self`.
crates/openai-api/src/lib.rs:70
↓ 1 callersMethodmerge_parameters
Merge schema-based parameters with operation-based parameters and request body parameters Operation parameters take precedence over schema parameters
crates/integrations/bionic_openapi.rs:232
↓ 1 callersFunctionmerge_tool_calls
(target_tool_calls: &mut Vec<ToolCall>, incoming_tool_calls: &[ToolCall])
crates/openai-api/src/lib.rs:140
↓ 1 callersFunctionmodalTriggers
()
crates/web-assets/typescript/components/modal-trigger.ts:1
↓ 1 callersFunctionmoderate_chat
Send a moderation request to the Guard model. Takes the model information and the chat messages. Returns `Ok(())` if the request succeeded with a 200
crates/llm-proxy/moderation.rs:54
↓ 1 callersFunctionmulti_user
(driver: &WebDriver, config: &common::Config)
crates/integration-testing/tests/multi_user_test.rs:18
↓ 1 callersFunctionnew_conversation
( team_id: String, prompts: Vec<Prompt>, prompt: SinglePrompt, rbac: Rbac, capabilities: V
crates/web-pages/console/page.rs:10
↓ 1 callersFunctionnon_empty_string
(s: &String)
crates/web-server/handlers/my_assistants/assistant_actions.rs:138
↓ 1 callersFunctionnon_empty_string
(s: &String)
crates/web-server/handlers/automations/actions.rs:138
↓ 1 callersMethodopenapi_spec
(&self)
crates/postgres-mcp/src/state.rs:21
↓ 1 callersFunctionopenapi_specs
(driver: &WebDriver, config: &common::Config)
crates/integration-testing/tests/openapi_specs_test.rs:18
↓ 1 callersFunctionparseEvent
(chunk: string)
crates/web-assets/typescript/console/streaming-chat.ts:69
↓ 1 callersFunctionparse_category
(category: &str)
crates/web-server/handlers/openapi_specs/actions.rs:11
↓ 1 callersFunctionparse_date
(input: &str)
crates/postgres-mcp/src/sql_utils.rs:487
↓ 1 callersFunctionparse_optional_arguments
(value: Value)
crates/web-server/handlers/mcp/datasets_mcp.rs:566
↓ 1 callersFunctionparse_routine_identifier
(object: &str)
crates/postgres-mcp/src/handlers/schemas.rs:345
↓ 1 callersFunctionparse_time
(input: &str)
crates/postgres-mcp/src/sql_utils.rs:492
↓ 1 callersFunctionparse_timestamp
(input: &str)
crates/postgres-mcp/src/sql_utils.rs:467
↓ 1 callersFunctionparse_timestamptz
(input: &str)
crates/postgres-mcp/src/sql_utils.rs:482
↓ 1 callersFunctionposition_to_access_type
(num: usize)
crates/web-pages/audit_trail/mod.rs:22
↓ 1 callersFunctionposition_to_audit_action
(num: usize)
crates/web-pages/audit_trail/mod.rs:26
↓ 1 callersFunctionpostgres_service
(client: &Query)
crates/dagger-pipeline/src/pipeline/ci.rs:154
↓ 1 callersFunctionprofile
(user: User, team_id: String, rbac: Rbac)
crates/web-pages/profile.rs:79
↓ 1 callersFunctionpublish_images
(client: &Query, outputs: &BuildOutputs)
crates/dagger-pipeline/src/pipeline/ci.rs:171
↓ 1 callersFunctionpublish_summary
(summary: &File)
crates/dagger-pipeline/src/pipeline/ci.rs:163
↓ 1 callersFunctionrandom_email
()
crates/integration-testing/tests/common.rs:376
↓ 1 callersFunctionreadAloud
()
crates/web-assets/typescript/console/read-aloud.ts:1
↓ 1 callersFunctionreadAloudContent
( text: string, icon: HTMLImageElement, handleClick: () => void )
crates/web-assets/typescript/console/read-aloud.ts:28
↓ 1 callersMethodrefresh_if_needed
(&self)
crates/integrations/token_providers.rs:184
↓ 1 callersFunctionregister_mock_api_key
(api_key: &str, team_id: i32)
crates/web-server/handlers/mcp/mod.rs:245
↓ 1 callersFunctionregister_random_user
(driver: &WebDriver, config: &Config)
crates/integration-testing/tests/common.rs:277
↓ 1 callersFunctionrelkind_to_object_type
(relkind: &str)
crates/postgres-mcp/src/handlers/schemas.rs:357
↓ 1 callersFunctionrememberForm
()
crates/web-assets/typescript/remember-form.ts:1
↓ 1 callersFunctionremoveFile
(key: string)
crates/web-assets/typescript/console/file-upload.ts:122
↓ 1 callersFunctionremove_mock_api_key
(api_key: &str)
crates/web-server/handlers/mcp/mod.rs:252
↓ 1 callersMethodremove_users
(&self)
crates/integration-testing/tests/common.rs:105
↓ 1 callersFunctionrenderMarkdownSafe
(src: string)
crates/web-assets/typescript/console/markdown.ts:38
↓ 1 callersFunctionresize_image
(bytes: &[u8], size: Option<(u32, u32)>)
crates/object-storage/src/lib.rs:134
↓ 1 callersFunctionresolve_dataset_context
( pool: &Pool, dataset_id: Uuid, )
crates/web-server/handlers/mcp/datasets_mcp.rs:506
↓ 1 callersFunctionresolve_integration_context
( pool: &'a Pool, slug: &'a str, connection_id: Uuid, )
crates/web-server/handlers/mcp/mod.rs:692
↓ 1 callersFunctionroutes
()
crates/web-server/handlers/mcp/mod.rs:47
↓ 1 callersFunctionrow_to_json
(row: &tokio_postgres::Row)
crates/postgres-mcp/src/sql_utils.rs:500
↓ 1 callersFunctionrun
(client: &Query, repo: &Directory, mode: PublishMode)
crates/dagger-pipeline/src/pipeline/ci.rs:42
↓ 1 callersFunctionsample_delta_with_tool_calls
()
crates/llm-proxy/ui_chat_stream_tests.rs:43
↓ 1 callersFunctionsave_results_db
When the chat has completed, store the results in the database.
crates/llm-proxy/ui_chat_stream.rs:273
↓ 1 callersFunctionsearch_context
( transaction: &Transaction<'_>, prompt_id: i32, conversation_id: i64, query: &str, limit:
crates/integrations/tools/search_context.rs:51
↓ 1 callersFunctionsearch_context
( pool: &Pool, context: &DatasetContext, params: SearchContextParams, )
crates/web-server/handlers/mcp/datasets_mcp.rs:750
↓ 1 callersFunctionselectMenu
()
crates/web-assets/typescript/components/select-menu.ts:1
↓ 1 callersFunctionsend_email
(config: &super::config::Config, email: Message)
crates/web-server/email.rs:4
↓ 1 callersFunctionset_global
(instance: I18n)
crates/db/i18n.rs:164
↓ 1 callersFunctionset_http_client_override
Override the HTTP client used by OpenApiTool. Primarily for tests.
crates/integrations/tools/open_api_tool.rs:98
↓ 1 callersFunctionset_mock_resolver
(resolver: F)
crates/web-server/handlers/mcp/mod.rs:837
↓ 1 callersFunctionset_profile_details
Before we ivite people we have to have a team name and set our own name
crates/integration-testing/tests/multi_user_test.rs:46
↓ 1 callersFunctionsetup_user
( pool: &Pool, authentication: Jwt, )
crates/web-server/handlers/oidc_endpoint.rs:25
↓ 1 callersMethodshall_we_call_the_model
(&self)
crates/web-pages/console/mod.rs:36
↓ 1 callersFunctionsingle_user
(driver: &WebDriver, config: &common::Config)
crates/integration-testing/tests/console_test.rs:18
↓ 1 callersFunctionsnackBar
()
crates/web-assets/typescript/layout/snackbar.ts:3
↓ 1 callersFunctionspeechToText
()
crates/web-assets/typescript/console/speach-to-text.ts:6
↓ 1 callersMethodstart
()
crates/web-assets/typescript/console/speach-to-text.ts:155
↓ 1 callersFunctionstartRecognition
()
crates/web-assets/typescript/console/speach-to-text.ts:51
↓ 1 callersMethodstop
()
crates/web-assets/typescript/console/speach-to-text.ts:156
↓ 1 callersFunctionstreamResult
(chatId: string, element: HTMLElement)
crates/web-assets/typescript/console/streaming-chat.ts:20
↓ 1 callersFunctionstreamingChat
()
crates/web-assets/typescript/console/streaming-chat.ts:10
↓ 1 callersMethodsuccess
(id: Value, result: Value)
crates/web-server/handlers/mcp/mod.rs:82
↓ 1 callersFunctionsuffix_length
(len: usize)
crates/web-pages/mcp_api_keys.rs:59
↓ 1 callersFunctionsummary_markdown
()
crates/dagger-pipeline/src/pipeline/ci.rs:71
↓ 1 callersFunctiontest_ai_assistants
(driver: &WebDriver)
crates/integration-testing/tests/api_keys_test.rs:33
↓ 1 callersFunctiontest_api_keys
(driver: &WebDriver, config: &common::Config)
crates/integration-testing/tests/api_keys_test.rs:96
↓ 1 callersFunctiontest_console
(driver: &WebDriver)
crates/integration-testing/tests/console_test.rs:64
↓ 1 callersFunctiontest_documents
(driver: &WebDriver)
crates/integration-testing/tests/documents_test.rs:40
↓ 1 callersFunctiontest_oauth_clients
(driver: &WebDriver)
crates/integration-testing/tests/oauth_clients_test.rs:30
↓ 1 callersFunctiontest_openapi_specs_crud
(driver: &WebDriver)
crates/integration-testing/tests/openapi_specs_test.rs:31
↓ 1 callersFunctiontest_pipelines
(driver: &WebDriver)
crates/integration-testing/tests/documents_test.rs:30
↓ 1 callersFunctiontest_providers
(driver: &WebDriver)
crates/integration-testing/tests/providers_test.rs:30
↓ 1 callersFunctiontextareaSubmit
()
crates/web-assets/typescript/textarea-submit.ts:1
↓ 1 callersFunctionthemeSwitcher
()
crates/web-assets/typescript/layout/theme-switcher.ts:3
↓ 1 callersFunctiontoggleVisibility
()
crates/web-assets/typescript/api-keys/toggle-visibility.ts:1
↓ 1 callersMethodtoken
(&self)
crates/integrations/token_providers.rs:40
↓ 1 callersMethodtoken
(&self)
crates/integrations/tools/open_api_tool.rs:786
↓ 1 callersFunctiontruncate_bytes
(mut text: String, max_bytes: usize)
crates/integrations/tools/web.rs:84
← previousnext →301–400 of 924, ranked by callers