MCPcopy Create free account

hub / github.com/dais-polymtl/flock / functions

Functions864 in github.com/dais-polymtl/flock

↓ 1 callersMethodParseNumber
Parse a number (sequence of digits)
src/custom_parser/tokenizer.cpp:79
↓ 1 callersMethodParseParenthesis
Parse a parenthesis
src/custom_parser/tokenizer.cpp:89
↓ 1 callersMethodParseStringLiteral
Parse a string literal
src/custom_parser/tokenizer.cpp:22
↓ 1 callersMethodParseSymbol
Parse a symbol (single character)
src/custom_parser/tokenizer.cpp:72
↓ 1 callersMethodReduceLoop
src/functions/aggregate/llm_reduce/implementation.cpp:30
↓ 1 callersMethodRegisterThread
src/include/flock/metrics/base_manager.hpp:22
↓ 1 callersFunctionResolveDefaultSecretName
src/model_manager/model.cpp:20
↓ 1 callersMethodSetTokensPerRequest
test/unit/functions/usage_limit_provider.hpp:15
↓ 1 callersMethodSkipWhitespace
Skip whitespace
src/custom_parser/tokenizer.cpp:13
↓ 1 callersMethodSlidingWindow
src/functions/aggregate/llm_rerank/implementation.cpp:86
↓ 1 callersMethodStartInvocationUnlocked
src/include/flock/metrics/base_manager.hpp:256
↓ 1 callersFunctionStoredModelArgsWithUsageLimit
test/unit/model_manager/model_manager_test.cpp:38
↓ 1 callersFunctionSupportsOutputFormat
Claude 4.x models support output_format, Claude 3.x models require tool_use fallback See: https://docs.anthropic.com/en/docs/build-with-claude/structu
src/model_manager/providers/adapters/anthropic.cpp:9
↓ 1 callersFunctionToLowerAscii
src/include/flock/model_manager/providers/provider.hpp:108
↓ 1 callersFunctionUsageLimitToJson
src/include/flock/model_manager/repository.hpp:63
↓ 1 callersFunctionValidateAndAssignBatchSizeArg
src/custom_parser/query/model_parser.cpp:19
↓ 1 callersFunctionValidateAndCleanContextColumn
Helper function to validate and clean context column, handling NULL values
src/functions/input_parser.cpp:8
↓ 1 callersFunctionValidateUsageLimitObject
src/custom_parser/query/model_parser.cpp:31
↓ 1 callersFunctionWriteBatchResponseToResults
src/functions/scalar/scalar.cpp:64
↓ 1 callersFunction_extract_usage_limit_error
Return (token_type, usage, limit) parsed from the CLI error output, or fail.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:110
↓ 1 callersFunction_model_slug
(model_name: str)
test/integration/src/integration/tests/functions/scalar/test_rate_limit.py:47
↓ 1 callersFunction_usage_limit_json
( *, prompt_tokens_limit: Optional[int] = None, completion_tokens_limit: Optional[int] = None,
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:48
↓ 1 callersFunctionget_json_from_csv_output
Extract JSON value from DuckDB CSV output
test/integration/src/integration/tests/metrics/test_metrics.py:8
↓ 1 callersFunctionget_secrets_setup_sql
()
test/integration/src/integration/conftest.py:17
↓ 1 callersFunctionis_base64
src/model_manager/model.cpp:43
↓ 1 callersFunctionsetup_test_db
(db_path)
test/integration/src/integration/setup_test_db.py:31
↓ 1 callersFunctionwasm_http_request
src/model_manager/providers/handlers/wasm_http.cpp:61
MethodAddApiDuration
Add API duration in microseconds (accumulative)
src/include/flock/metrics/base_manager.hpp:62
MethodAddApiDuration
Record API call duration in milliseconds (accumulative)
src/include/flock/metrics/manager.hpp:81
MethodAddCompletionRequest
test/unit/functions/usage_limit_provider.hpp:20
MethodAddCompletionRequest
src/model_manager/providers/adapters/azure.cpp:7
MethodAddCompletionRequest
src/model_manager/providers/adapters/openai.cpp:8
MethodAddCompletionRequest
src/model_manager/providers/adapters/anthropic.cpp:18
MethodAddCompletionRequest
src/model_manager/providers/adapters/ollama.cpp:7
MethodAddEmbeddingRequest
test/unit/functions/usage_limit_provider.hpp:28
MethodAddEmbeddingRequest
src/model_manager/providers/adapters/azure.cpp:96
MethodAddEmbeddingRequest
src/model_manager/providers/adapters/openai.cpp:96
MethodAddEmbeddingRequest
src/model_manager/providers/adapters/anthropic.cpp:99
MethodAddEmbeddingRequest
src/model_manager/providers/adapters/ollama.cpp:64
MethodAddExecutionTime
Add execution time in microseconds (accumulative)
src/include/flock/metrics/base_manager.hpp:68
MethodAddExecutionTime
Record execution time in milliseconds (accumulative)
src/include/flock/metrics/manager.hpp:90
MethodAddTranscriptionRequest
test/unit/functions/usage_limit_provider.hpp:30
MethodAddTranscriptionRequest
src/model_manager/providers/adapters/azure.cpp:107
MethodAddTranscriptionRequest
src/model_manager/providers/adapters/openai.cpp:105
MethodAddTranscriptionRequest
src/model_manager/providers/adapters/anthropic.cpp:103
MethodAddTranscriptionRequest
src/model_manager/providers/adapters/ollama.cpp:75
MethodAggregateFunctionBase
src/include/flock/functions/aggregate/aggregate.hpp:39
MethodAggregateFunctionState
src/include/flock/functions/aggregate/aggregate.hpp:18
FunctionAnimatedCodeBlockToTable
()
docs/src/components/why-flock/AnimatedCode2Table.tsx:6
MethodAnthropicModelManager
src/include/flock/model_manager/providers/handlers/anthropic.hpp:16
MethodAnthropicProvider
src/include/flock/model_manager/providers/adapters/anthropic.hpp:10
MethodAttachToGlobalStorage
src/core/config/config.cpp:120
MethodAzureModelManager
src/include/flock/model_manager/providers/handlers/azure.hpp:7
MethodAzureProvider
src/include/flock/model_manager/providers/adapters/azure.hpp:10
MethodBaseModelProviderHandler
src/include/flock/model_manager/providers/handlers/base_handler.hpp:23
MethodBatchAndComplete
src/functions/scalar/scalar.cpp:297
MethodBatchAndCompleteAsync
src/functions/scalar/scalar.cpp:230
MethodBatchAndCompleteSync
src/functions/scalar/scalar.cpp:184
MethodBind
src/functions/aggregate/llm_reduce/implementation.cpp:10
MethodBind
src/functions/aggregate/llm_rerank/implementation.cpp:11
MethodBind
src/functions/aggregate/llm_first_or_last/implementation.cpp:11
MethodBind
src/functions/scalar/llm_embedding/implementation.cpp:9
MethodBind
src/functions/scalar/llm_complete/implementation.cpp:10
FunctionBulletPoint
({ children }: { children: React.ReactNode })
docs/src/components/why-flock/BulletPoint.tsx:3
FunctionBulletPoints
({content})
docs/src/components/why-flock/WhyFlock.tsx:8
FunctionButton
({ children, className, href }: { children: React.ReactNode; className?: string, href?: string })
docs/src/components/hero/buttons.tsx:4
FunctionButton
({ href, children, className }: { href?: string, children: React.ReactNode; className?: string })
docs/src/components/cta/buttons.tsx:4
FunctionCTA
()
docs/src/components/cta/CTA.tsx:5
MethodCastInputsToJson
src/functions/aggregate/aggregate.cpp:126
MethodCheckLimit
src/model_manager/usage_limiter.cpp:7
MethodClearContext
Clear stored context (optional, auto-cleared on next StartInvocation)
src/include/flock/metrics/manager.hpp:99
FunctionCodeBox
()
docs/src/components/why-flock/CodeBox.tsx:1
FunctionCodeBox
()
docs/src/components/getting-started/CodeBox.tsx:5
FunctionCollapse
(props: { children: React.ReactNode; title?: string })
docs/src/components/global/Collapse.tsx:3
MethodCollectCompletions
test/unit/functions/usage_limit_provider.hpp:32
MethodCollectCompletions
src/include/flock/model_manager/providers/provider.hpp:47
MethodCollectCompletions
src/include/flock/model_manager/providers/handlers/base_handler.hpp:41
MethodCollectEmbeddings
test/unit/functions/usage_limit_provider.hpp:71
MethodCollectEmbeddings
src/include/flock/model_manager/providers/provider.hpp:50
MethodCollectEmbeddings
src/include/flock/model_manager/providers/handlers/base_handler.hpp:48
MethodCollectTranscriptions
test/unit/functions/usage_limit_provider.hpp:76
MethodCollectTranscriptions
src/include/flock/model_manager/providers/provider.hpp:53
MethodCollectTranscriptions
src/include/flock/model_manager/providers/handlers/base_handler.hpp:57
MethodCombine
src/functions/aggregate/aggregate_state.cpp:36
MethodCombine
src/include/flock/functions/aggregate/llm_first_or_last.hpp:33
MethodCombine
src/include/flock/functions/aggregate/aggregate.hpp:125
MethodCombine
src/include/flock/functions/aggregate/llm_reduce.hpp:32
MethodCombine
src/include/flock/functions/aggregate/llm_rerank.hpp:32
MethodComplete
src/functions/scalar/scalar.cpp:177
MethodConfigModelTable
src/core/config/model.cpp:44
MethodConfigPromptTable
src/core/config/prompt.cpp:8
MethodConfigSchema
src/core/config/config.cpp:54
MethodConfigure
src/core/config/config.cpp:97
MethodConfigureGlobal
src/core/config/config.cpp:58
MethodConfigureLocal
src/core/config/config.cpp:76
MethodConfigureTables
src/core/config/config.cpp:88
MethodConstructBaseSecret
src/secret_manager/secret_manager.cpp:105
MethodConstructInputTuples
src/prompt_manager/prompt_manager.cpp:160
MethodConstructInputTuplesHeader
src/prompt_manager/prompt_manager.cpp:40
MethodConstructInputTuplesHeaderMarkdown
src/prompt_manager/prompt_manager.cpp:70
← previousnext →101–200 of 864, ranked by callers