MCPcopy Create free account

hub / github.com/dust-tt/dust / functions

Functions24,692 in github.com/dust-tt/dust

↓ 11 callersFunctioncreateMetronomeCredit
({ metronomeCustomerId, productId, creditTypeId, amount, startingAt, endingBefore, name, idemp
front/lib/metronome/client.ts:2863
↓ 11 callersMethodcreateNewVersion
({ agentMessageId, workspaceId, step, index, type, value, }: Omit< CreationAttri
front/lib/resources/agent_step_content_resource.ts:309
↓ 11 callersFunctioncreatePendingUserMessage
( conversationModelId: number, rank: number, branchId: number | null = null )
front/lib/resources/conversation_resource.test.ts:4735
↓ 11 callersFunctioncreateProCreditPurchase
({ auth, billingTarget, amountMicroUsd, discountPercent, boughtByUserId, }: { auth: Authenticator;
front/lib/credits/committed.ts:482
↓ 11 callersFunctioncreateSkill
( auth: Authenticator, name: string )
front/lib/reinforcement/enforcement.test.ts:52
↓ 11 callersMethoddecode
(&self, tokens: Vec<usize>)
core/src/providers/tiktoken/tiktoken.rs:829
↓ 11 callersFunctiondetectSkillsFromZip
({ zipBuffer, }: { zipBuffer: Buffer; })
front/lib/api/skills/detection/zip/detect_skills.ts:110
↓ 11 callersMethoddisable
( auth: Authenticator, targetStatus: Exclude<TriggerStatus, "enabled"> = "disabled" )
front/lib/resources/trigger_resource.ts:712
↓ 11 callersFunctionensureCapability
* Checks if the user has a specific capability on a file. * If the capability value is passed from a previous tool call, uses that. * If not provide
front/lib/api/actions/servers/google_drive/tools/index.ts:317
↓ 11 callersFunctionerrorCheckNumber
(value: string | number | undefined | null)
front/components/poke/plans/form.tsx:506
↓ 11 callersFunctionevaluateInboundAuth
( email: Pick<InboundEmail, "auth" | "sender" | "envelope"> )
front/lib/api/assistant/email/inbound_auth.ts:107
↓ 11 callersMethodfetchByConnector
( connector: ConnectorResource )
connectors/src/resources/zendesk_resources.ts:320
↓ 11 callersMethodfetchByModelIdsWithAuth
( auth: Authenticator, ids: ModelId[], transaction?: Transaction )
front/lib/resources/file_resource.ts:203
↓ 11 callersMethodfetchByName
( auth: Authenticator, { name, onlyActive }: { name: string; onlyActive?: boolean } )
front/lib/resources/key_resource.ts:205
↓ 11 callersMethodfromSandboxImage
(image: SandboxImage)
front/lib/api/sandbox/image/sandbox_image.ts:78
↓ 11 callersMethodfromSession
* Get an Authenticator for the target workspace associated with the authentified user from the * workos session. * * @param session any worko
front/lib/auth.ts:278
↓ 11 callersFunctiongetAshbyClient
( extra: ToolHandlerExtra )
front/lib/api/actions/servers/ashby/client.ts:74
↓ 11 callersFunctiongetAttributeValue
( attributes: Record<string, unknown>, keys: string[] )
sparkle/playground/src/components/actionCardDirective.tsx:51
↓ 11 callersFunctiongetBucketInstance
(bucketConfig, options)
front/lib/file_storage/index.ts:471
↓ 11 callersFunctiongetCacheKeyForUser
(userId: number, workspaceId: number)
front/lib/resources/group_resource.test.ts:85
↓ 11 callersFunctiongetCheckoutPaymentStatus
({ workspaceId, contractId, }: { workspaceId: string; contractId: string; })
front/lib/credits/checkout_payment_status.ts:61
↓ 11 callersFunctiongetCodeRootInternalId
(repoId: string | number)
connectors/src/connectors/github/lib/utils.ts:128
↓ 11 callersFunctiongetCommandPath
(command: string)
front/lib/api/sandbox/image/registry.test.ts:86
↓ 11 callersFunctiongetConnector
(args: GoogleDriveCommandType["args"])
connectors/src/connectors/google_drive/lib/cli.ts:52
↓ 11 callersMethodgetContentBucketAndPath
* Bucket name and GCS path for the best available content. Used by CoreAPI callers that need * to pass bucket + path for CSV validation / upsert.
front/lib/resources/file_resource.ts:684
↓ 11 callersFunctiongetCreditTypeAwuId
()
front/lib/metronome/setup_common.ts:216
↓ 11 callersFunctiongetFileTypeIcon
( contentType: string, fileName?: string )
front/lib/file_icon_utils.ts:126
↓ 11 callersFunctiongetInvalidToolJsonMessage
(err: unknown)
front/lib/model_constructors/sdk/anthropic_ai/converters/output/utils.ts:94
↓ 11 callersFunctiongetLightConversation
( auth: Authenticator, conversationId: string, includeDeleted: boolean = false, branchId: string | nul
front/lib/api/assistant/conversation/fetch.ts:74
↓ 11 callersFunctiongetMailboxBasePath
(sharedMailboxAddress?: string)
front/lib/api/actions/servers/outlook/tools/mail.ts:116
↓ 11 callersMethodgetNonNullableSubscriptionResource
()
front/lib/auth.ts:1149
↓ 11 callersFunctiongetPodFilesBasePath
({ workspaceId, podId, }: { workspaceId: string; podId: string; })
front/lib/api/files/mount_path.ts:64
↓ 11 callersFunctiongetServiceData
( wId: string, params: { connectionId?: string; provider?: string } )
front-api/routes/w/[wId]/webhook_sources/service-data.test.ts:39
↓ 11 callersFunctiongetStreamLLM
( auth: Authenticator, llmParameters: LLMParameters )
front/lib/api/llm/index.ts:233
↓ 11 callersFunctiongetValTownClient
( auth: Authenticator, agentLoopContext?: AgentLoopContextType )
front/lib/api/actions/servers/val_town/helpers.ts:21
↓ 11 callersFunctionhandleError
( err: ApiError, metadata: LLMClientMetadata )
front/lib/api/llm/clients/google/utils/errors.ts:9
↓ 11 callersFunctionhasLabel
(label: string)
front/dangerfile.ts:26
↓ 11 callersMethodinit
(&self)
core/src/oauth/store.rs:63
↓ 11 callersFunctioninvalidateAllCaches
(auth: Authenticator)
front/lib/auth.global_feature_flags.test.ts:16
↓ 11 callersFunctionisConversationEventAllowedForAuth
( auth: Authenticator, { event, }: { event: ConversationEvents; } )
front/lib/api/assistant/conversation.ts:3041
↓ 11 callersFunctionisConversationFileUseCase
( useCase: string )
front/types/files.ts:62
↓ 11 callersFunctionisCreditPricedPlanPrefix
(planCode: string)
front/lib/plans/plan_codes.ts:39
↓ 11 callersFunctionisDevelopment
()
connectors/src/types/shared/env.ts:1
↓ 11 callersFunctionisFileAttachmentType
( attachment: ConversationAttachmentType )
front/lib/api/assistant/conversation/attachments.ts:36
↓ 11 callersFunctionisFileTypeUpsertableForUseCase
(arg: { contentType: AllSupportedFileContentType; useCase: FileUseCase; })
front/lib/api/files/upsert.ts:541
↓ 11 callersFunctionisFolder
( ds: DataSource )
front/lib/data_sources.ts:69
↓ 11 callersFunctionisServiceRunning
(envName: string, service: ServiceName)
x/henry/dust-hive/src/lib/process.ts:114
↓ 11 callersFunctionisSlackWebAPIPlatformError
( err: unknown )
connectors/src/connectors/slack/lib/errors.ts:27
↓ 11 callersFunctionisWhitelistableFeature
( feature: unknown )
front/types/shared/feature_flags.ts:388
↓ 11 callersMethodlistByAgentConfiguration
( auth: Authenticator, agentConfiguration: AgentConfigurationType, { agentLoopData }: { agentLoopD
front/lib/resources/skill/skill_resource.ts:1101
↓ 11 callersMethodlistBySpaces
( auth: Authenticator, spaces: SpaceResource[], options?: FetchDataSourceOptions, connectorPro
front/lib/resources/data_source_resource.ts:422
↓ 11 callersMethodlistForTeamId
( slackTeamId: string, provider?: Extract<ConnectorProvider, "slack" | "slack_bot"> )
connectors/src/resources/slack_configuration_resource.ts:229
↓ 11 callersMethodlistWorkspaceGroupsFromKey
( key: KeyResource )
front/lib/resources/group_resource.ts:659
↓ 11 callersFunctionloadCSV
( path: string, options: LoadCSVOptions = DEFAULT_OPTIONS )
x/henry/dust-evals/src/csv-loader.ts:88
↓ 11 callersFunctionmakeAuth
({ isCreditPriced = true, metronomeCustomerId = "metro_123", hasUser = true, }: { isCreditPriced?: boo
front/lib/api/assistant/credit_check.test.ts:36
↓ 11 callersFunctionmakeInvoice
(overrides: Partial<Stripe.Invoice> = {})
front/lib/plans/stripe.test.ts:113
↓ 11 callersFunctionmakeMetronomeWorkspace
()
front-api/routes/w/[wId]/usage_settings/programmatic_usage_limit.test.ts:22
↓ 11 callersFunctionmakeMetronomeWorkspace
()
front-api/routes/w/[wId]/usage_settings/default_user_spend_limit.test.ts:23
↓ 11 callersFunctionmakeSpaceInternalId
(confluenceSpaceId: string)
connectors/src/connectors/confluence/lib/internal_ids.ts:19
↓ 11 callersFunctionmakeToolEdit
( toolId: string, action: "add" | "remove" = "add" )
front/lib/reinforcement/skill_suggestion_pruning.test.ts:39
↓ 11 callersFunctionmembership
(sId: string, seatType: MembershipSeatType)
front/lib/metronome/seats_sync.test.ts:105
↓ 11 callersFunctionnormalizeScore
(score: number, scale: ScaleConfig)
x/henry/dust-evals/src/grading.ts:217
↓ 11 callersFunctionobserve_deny_log_writes
(path: &Path)
cli/dust-sandbox/src/commands/forward/deny_log.rs:200
↓ 11 callersMethodonerror
(err)
connectors/src/types/shared/text_extraction/index.ts:333
↓ 11 callersMethodparse
(&self)
core/src/databases/csv.rs:30
↓ 11 callersFunctionparseMaybeNumber
(x: string | number)
front/components/poke/plans/form.tsx:94
↓ 11 callersFunctionpatch
(workspace: { sId: string }, sId: string, body: unknown)
front-api/routes/w/[wId]/skills/[sId]/editors.test.ts:27
↓ 11 callersFunctionpathToString
(path: string[])
front/components/data_source_view/context/utils.ts:20
↓ 11 callersFunctionpostTools
(workspace: { sId: string }, cId: string, body: unknown)
front-api/routes/w/[wId]/assistant/conversations/[cId]/tools.test.ts:30
↓ 11 callersFunctionproBody
(overrides: Record<string, unknown> = {})
front-api/routes/poke/workspaces/[wId]/switch_contract.test.ts:192
↓ 11 callersFunctionpromoteNoneSeatTypesForContract
({ contract, productSeatTypes, seatTypes, seatLimits, }: { contract: CachedContract; productSeatTy
front/lib/metronome/seats.ts:322
↓ 11 callersFunctionqueryIntercomAPI
* Utility function to call the Intercom API. * It centralizes calling the API and handling global errors. * Returns null in case of 404 errors.
connectors/src/connectors/intercom/lib/intercom_api.ts:21
↓ 11 callersMethodread
* Returns `Ok(null)` when the file does not exist, `Ok(Readable)` on success. * The caller is responsible for consuming and destroying the stream.
front/lib/api/file_system/backends/file_system_backend.ts:43
↓ 11 callersFunctionread_test_file_after_write
( write_observer: &mut DenyLogWriteObserver, path: &std::path::Path, )
cli/dust-sandbox/src/commands/forward/http2/test_support.rs:372
↓ 11 callersFunctionrenderRichTextFromContentful
(document: Document)
marketing/components/contentful/richTextRenderer.tsx:455
↓ 11 callersFunctionreplaceJsxTextAtSourceLocation
( code: string, { line, col, oldText, newText, }: Omit<SourceLocation, "relPath"> & {
front/lib/api/viz/edit_source_text.ts:75
↓ 11 callersFunctionrequest
( workspace: { sId: string }, key: { secret: string }, fileId: string, options: { method?: string; que
front-api/routes/v1/w/[wId]/files/fileId.test.ts:111
↓ 11 callersMethodrequest
( endpoint: string, schema: T, { method, body, }: | { method: "GET
front/lib/api/actions/servers/zendesk/client.ts:91
↓ 11 callersFunctionrequiresBearerTokenConfiguration
( server: MCPServerType )
front/lib/actions/mcp_helper.ts:247
↓ 11 callersFunctionreset
(flag?: string)
front/components/dev/DevFeatureFlagPanel.tsx:295
↓ 11 callersFunctionresolveCurrencyForExistingMetronomeCustomer
({ metronomeCustomerId, stripeSubscriptionId, }: { metronomeCustomerId: string; stripeSubscriptionId:
front/lib/metronome/contracts.ts:121
↓ 11 callersFunctionresolveDeduplicationGroups
( candidates: DeduplicateCandidate[], existingTasks: TTask[], groups: number[][] )
front/lib/project_task/deduplicate_candidates.ts:269
↓ 11 callersFunctionresolveRequestedSeatTypeForContract
( contract: CachedContract, productSeatTypes: Map<string, MembershipSeatType>, { requestedSeatType,
front/lib/metronome/seat_types.ts:272
↓ 11 callersFunctionrestoreTerminal
()
x/henry/dust-hive/src/lib/prompt.ts:27
↓ 11 callersFunctionsearchUrl
(wId: string, params: Record<string, string> = {})
front-api/routes/w/[wId]/members/search.test.ts:78
↓ 11 callersFunctionsendOtp
( phoneNumber: string, statusCallbackUrl?: string )
front/lib/api/workspace_verification/twilio/verify.ts:40
↓ 11 callersFunctionserializeSkillTag
( { id, name, icon }: SkillReference, { html = false }: { html?: boolean } = {} )
front/lib/skills/format.ts:89
↓ 11 callersMethodset
(key: string, value: any)
x/henry/mp-sandbox-agent/micropython-mjs.d.ts:71
↓ 11 callersFunctionsetFlag
(key: string, value: string)
front/lib/metronome/user_block.ts:111
↓ 11 callersMethodsetRunEnv
(vars: Record<string, string>)
front/lib/api/sandbox/image/sandbox_image.ts:188
↓ 11 callersFunctionsetup
(role: "builder" | "user" | "admin" = "admin")
front-api/routes/w/[wId]/members/index.test.ts:11
↓ 11 callersFunctionsetup
(role: "builder" | "user" | "admin" = "admin")
front-api/routes/w/[wId]/members/search.test.ts:73
↓ 11 callersFunctionsetupDataSourceMocks
( workspace: { sId: string }, globalGroup: Awaited<ReturnType<typeof GroupFactory.defaults>>["globalGroup"
front-api/routes/w/[wId]/assistant/conversations/semantic_search.test.ts:28
↓ 11 callersFunctionsetupMetronomeWorkspaceResource
()
front/lib/api/metronome/process_webhook.test.ts:191
↓ 11 callersFunctionsetupTest
(role: MembershipRoleType = "admin")
front-api/routes/w/[wId]/webhook_sources/service-data.test.ts:34
↓ 11 callersFunctionsetupTest
(role: MembershipRoleType = "admin")
front-api/routes/w/[wId]/webhook_sources/[webhookSourceId]/index.test.ts:11
↓ 11 callersFunctionsoftDeleteDataSourceAndLaunchScrubWorkflow
( auth: Authenticator, { dataSource, transaction, }: { dataSource: DataSourceResource; t
front/lib/api/data_sources.ts:207
↓ 11 callersFunctionspendLimitUrl
(wId: string, uId: string)
front-api/routes/w/[wId]/members/[uId]/spend_limit.test.ts:52
↓ 11 callersFunctionsplitter
(s: SplitterID)
core/src/data_sources/splitter.rs:460
↓ 11 callersFunctionsync
({ remoteDBTree, connector, mimeTypes, internalTableIdToRemoteTableId = (internalTableId: string) => i
connectors/src/lib/remote_databases/activities.ts:373
← previousnext →1,201–1,300 of 24,692, ranked by callers