MCPcopy Create free account

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

Functions864 in github.com/dais-polymtl/flock

FunctionTEST_F
Test text response structure
test/unit/model_manager/anthropic_handler_test.cpp:18
FunctionTEST_F
test/unit/model_manager/usage_limiter_test.cpp:28
FunctionTEST_F
Test Model initialization with valid model configuration
test/unit/model_manager/model_manager_test.cpp:68
FunctionTEST_F
Test TranscribeAudioColumn with named column
test/unit/prompt_manager/prompt_manager_test.cpp:271
FunctionTEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_rerank.cpp:52
FunctionTEST_F
Test llm_reduce_json with SQL queries without GROUP BY - new API
test/unit/functions/aggregate/llm_reduce_json.cpp:44
FunctionTEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_last.cpp:41
FunctionTEST_F
Test single tuple: LLM is still called for reduce (to summarize)
test/unit/functions/aggregate/llm_reduce.cpp:43
FunctionTEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_first.cpp:41
FunctionTEST_F
test/unit/functions/scalar/metrics_test.cpp:28
FunctionTEST_F
test/unit/functions/scalar/scalar_usage_limit_test.cpp:70
FunctionTEST_F
Test llm_embedding with SQL queries - new API
test/unit/functions/scalar/llm_embedding.cpp:74
FunctionTEST_F
Test llm_filter with SQL queries - new API
test/unit/functions/scalar/llm_filter.cpp:52
FunctionTEST_F
Test llm_complete with SQL queries
test/unit/functions/scalar/llm_complete.cpp:51
FunctionTEST_F
Test llm_complete with JSON responses using new SQL API
test/unit/functions/scalar/llm_complete_json.cpp:47
FunctionTEST_F
test/unit/functions/scalar/scalar_rate_limit_test.cpp:76
FunctionTableBox
()
docs/src/components/why-flock/TableBox.tsx:1
FunctionTeam
()
docs/src/components/team/Team.tsx:7
MethodTearDown
test/unit/model_manager/model_manager_test.cpp:63
MethodTearDown
test/unit/prompt_manager/prompt_manager_test.cpp:262
MethodTearDown
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:49
MethodTearDown
test/unit/functions/scalar/scalar_usage_limit_test.cpp:64
MethodTearDown
test/unit/functions/scalar/scalar_rate_limit_test.cpp:70
MethodTearDown
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:24
MethodTestOperationInvalidArguments
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:62
MethodTestValidateArguments
Common test methods that can be used by derived classes if needed
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:55
MethodTestValidateArguments
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:29
FunctionThemeLogo
()
docs/src/components/global/ThemeLogo.tsx:4
FunctionThemeToggler
()
docs/src/components/navbar/ThemeToggler.tsx:5
MethodThrowOnTokenLimitMarkers
src/include/flock/model_manager/providers/handlers/base_handler.hpp:370
MethodToSQL
src/custom_parser/query/prompt_parser.cpp:214
MethodToString<PromptSection>
src/prompt_manager/prompt_manager.cpp:5
MethodTokenLimitExceededError
src/include/flock/model_manager/providers/provider.hpp:75
FunctionTokenTypeToString
Convert TokenType to string
src/custom_parser/tokenizer.cpp:142
MethodTokenizer
Constructor
src/custom_parser/tokenizer.cpp:10
MethodTranscribeAudioColumn
src/prompt_manager/prompt_manager.cpp:240
MethodTryAttach
src/core/config/config.cpp:129
MethodTryDetach
src/core/config/config.cpp:138
MethodUpdateModelScopeStatement
src/include/flock/custom_parser/query/model_parser.hpp:32
MethodUpdateModelStatement
src/include/flock/custom_parser/query/model_parser.hpp:39
MethodUpdatePromptScopeStatement
src/include/flock/custom_parser/query/prompt_parser.hpp:28
MethodUpdatePromptStatement
src/include/flock/custom_parser/query/prompt_parser.hpp:35
MethodUpdateTokens
Add input and output tokens (accumulative)
src/include/flock/metrics/base_manager.hpp:47
MethodUpdateTokens
Record token usage (accumulative)
src/include/flock/metrics/manager.hpp:65
MethodUsageLimitAwareProvider
test/unit/functions/usage_limit_provider.hpp:10
MethodUsageLimitExceededError
src/include/flock/model_manager/providers/provider.hpp:86
MethodValidateAndInitializeBindData
src/functions/aggregate/aggregate.cpp:106
MethodValidateAndInitializeBindData
src/functions/scalar/scalar.cpp:347
MethodValidateArgumentCount
src/functions/aggregate/aggregate.cpp:8
MethodValidateArgumentCount
src/functions/scalar/scalar.cpp:103
MethodValidateArgumentTypes
src/functions/aggregate/aggregate.cpp:18
MethodValidateArgumentTypes
src/functions/scalar/scalar.cpp:113
MethodValidateArguments
src/functions/scalar/llm_embedding/implementation.cpp:17
MethodValidateArguments
src/functions/scalar/llm_complete/implementation.cpp:18
MethodValidateArguments
src/functions/scalar/llm_filter/implementation.cpp:18
MethodValidateFile
Validate file exists and is not empty
src/include/flock/model_manager/providers/handlers/url_handler.hpp:65
MethodValidatePromptStructFields
src/functions/aggregate/aggregate.cpp:49
MethodValidatePromptStructFields
src/functions/scalar/scalar.cpp:144
MethodValidateRequiredFields
src/secret_manager/secret_manager.cpp:155
MethodVersion
src/flock_extension.cpp:73
MethodWait
src/core/config/config.cpp:147
FunctionWhyFlock
()
docs/src/components/why-flock/WhyFlock.tsx:36
Function_llm_complete_performance_large_dataset
(integration_setup, model_config)
test/integration/src/integration/tests/functions/scalar/test_llm_complete.py:438
Function_llm_embedding_performance_large_dataset
Performance test with larger dataset (commented out for regular testing).
test/integration/src/integration/tests/functions/scalar/test_llm_embedding.py:372
Function_test_llm_filter_performance_large_dataset
Performance test - commented out with underscore prefix for optional execution
test/integration/src/integration/tests/functions/scalar/test_llm_filter.py:381
Function_test_llm_first_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_first.py:450
Function_test_llm_last_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_last.py:451
Function_test_llm_reduce_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:503
Function_test_llm_rerank_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:459
Methodapi_duration_ms
src/include/flock/metrics/data_structures.hpp:27
MethodcalculateMedian
src/functions/scalar/fusion_combmed/implementation.cpp:54
MethodcheckProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/anthropic.hpp:74
MethodcheckProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/azure.hpp:26
MethodcheckProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/ollama.hpp:39
MethodcheckProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/openai.hpp:61
MethodcheckProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/base_handler.hpp:317
MethodcheckResponse
src/include/flock/model_manager/providers/handlers/base_handler.hpp:394
FunctionconfigurePostCss
(postcssOptions)
docs/docusaurus.config.ts:71
FunctioncopyToClipboard
()
docs/src/components/getting-started/CodeBox.tsx:9
MethoddeletePrepare
src/include/flock/model_manager/providers/handlers/session.hpp:303
Functionduck_bind
src/flock_extension.cpp:49
Functionduck_parse
src/flock_extension.cpp:25
Functionduck_plan
src/flock_extension.cpp:40
MethodeasyEscape
src/include/flock/model_manager/providers/handlers/session.hpp:116
Methodexecution_time_ms
src/include/flock/metrics/data_structures.hpp:31
MethodgetCompletionUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:41
MethodgetCompletionUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:50
MethodgetCompletionUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:27
MethodgetCompletionUrl
src/include/flock/model_manager/providers/handlers/openai.hpp:38
MethodgetEmbedUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:45
MethodgetEmbedUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:54
MethodgetEmbedUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:28
MethodgetEmbedUrl
src/include/flock/model_manager/providers/handlers/openai.hpp:41
MethodgetExtraHeaders
src/include/flock/model_manager/providers/handlers/anthropic.hpp:67
MethodgetExtraHeaders
src/include/flock/model_manager/providers/handlers/openai.hpp:58
MethodgetExtraHeaders
src/include/flock/model_manager/providers/handlers/base_handler.hpp:316
MethodgetPrepare
src/include/flock/model_manager/providers/handlers/session.hpp:280
MethodgetTranscriptionUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:49
MethodgetTranscriptionUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:58
MethodgetTranscriptionUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:29
← previousnext →501–600 of 864, ranked by callers