MCPcopy Create free account

hub / github.com/ClickHouse/ai-sdk-cpp / functions

Functions454 in github.com/ClickHouse/ai-sdk-cpp

Methoderror_message
include/ai/types/embedding_options.h:75
MethodexecuteSQLGeneration
tests/integration/clickhouse_integration_test.cpp:248
Methodexecute_async_tool
src/tools/tool_executor.cpp:154
Methodexecute_multi_step
src/tools/multi_step_coordinator.cpp:10
Methodexecute_single_request
src/http/http_request_handler.cpp:74
Methodexecute_sync_tool
src/tools/tool_executor.cpp:134
Methodexecute_tool
src/tools/tool_executor.cpp:12
Methodexecute_tools
src/tools/tool_executor.cpp:68
Methodexecute_tools_with_options
src/tools/tool_executor.cpp:115
MethodextractSQL
Extract SQL from <sql> tags
tests/integration/clickhouse_integration_test.cpp:279
Functionfetch_news_async
Async tool: Simulate web API call
examples/tool_calling_async.cpp:29
Methodfor_each
src/types/stream_result.cpp:64
Methodfull_name
include/ai/types/model.h:20
MethodgenerateOptionsVariations
TestDataGenerator implementation
tests/utils/test_fixtures.cpp:169
Methodgenerate_text
tests/utils/mock_anthropic_client.cpp:45
MethodgetCallCount
tests/utils/mock_anthropic_client.cpp:157
MethodgetLastGenerateOptions
tests/utils/mock_openai_client.cpp:128
MethodgetLastGenerateOptions
tests/utils/mock_anthropic_client.cpp:149
MethodgetLastStreamOptions
tests/utils/mock_anthropic_client.cpp:153
Functionget_city_attractions
Example tool function: Get city attractions
examples/tool_calling_basic.cpp:43
Methodget_next_event
src/providers/anthropic/anthropic_stream.cpp:40
Functionget_recommendations
Tool: Get city recommendations
examples/tool_calling_multistep.cpp:93
Functionget_weather
Tool: Get weather for a location
examples/tool_calling_multistep.cpp:56
Functionget_weather
examples/langfuse_tracing.cpp:45
Functionget_weather
Example tool function: Get weather information
examples/tool_calling_basic.cpp:25
Functiongetenv_nonempty
examples/langfuse_tracing.cpp:27
Methodhandle_stream_error
src/providers/anthropic/anthropic_stream.cpp:233
Methodhas_more_events
src/providers/anthropic/anthropic_stream.cpp:69
Methodhas_text
Helper methods
include/ai/types/message.h:96
Methodhas_tool_calls
include/ai/types/generate_options.h:150
Methodhas_tool_calls
include/ai/types/tool.h:180
Methodhas_tool_results
include/ai/types/generate_options.h:152
Methodhas_tool_results
include/ai/types/tool.h:182
Methodis_complete
src/types/stream_result.cpp:100
Methodis_enabled
include/ai/logger.h:66
Methodis_enabled
include/ai/logger.h:84
Methodis_multi_step
include/ai/types/generate_options.h:72
Methodis_retryable
Check if the error is retryable based on status code
include/ai/errors.h:36
Methodis_success
include/ai/types/generate_options.h:125
Methodis_success
include/ai/types/embedding_options.h:71
Methodis_success
include/ai/types/tool.h:184
Methodis_valid
src/providers/base_provider_client.h:70
Methodis_valid
tests/utils/mock_anthropic_client.cpp:126
Methodis_valid
include/ai/types/generate_options.h:64
Methodis_valid
include/ai/types/embedding_options.h:44
Methodis_valid
include/ai/types/client.h:47
Methodis_valid
include/ai/types/usage.h:15
Methodis_valid
include/ai/types/model.h:27
Methodis_valid
include/ai/types/tool.h:123
Methoditerator
StreamResult iterator implementation
src/types/stream_result.cpp:6
Methodlevel_to_string
include/ai/logger.h:91
Methodlog
include/ai/logger.h:65
Methodlog
include/ai/logger.h:74
Functionlookup_user
Tool: Look up user information
examples/tool_calling_multistep.cpp:41
Functionlookup_user
examples/langfuse_tracing.cpp:32
Functionmain
examples/embeddings_example.cpp:61
Functionmain
examples/test_tool_integration.cpp:185
Functionmain
examples/test_openai.cpp:7
Functionmain
examples/multi_provider.cpp:76
Functionmain
examples/tool_calling_multistep.cpp:124
Functionmain
examples/langfuse_tracing.cpp:54
Functionmain
examples/error_handling.cpp:308
Functionmain
examples/basic_chat.cpp:22
Functionmain
examples/streaming_chat.cpp:21
Functionmain
examples/retry_config_example.cpp:23
Functionmain
examples/tool_calling_async.cpp:166
Functionmain
examples/tool_calling_basic.cpp:67
Functionmain
examples/test_anthropic.cpp:7
Functionmain
examples/openrouter_example.cpp:8
Functionmain
examples/components/anthropic/main.cpp:5
Functionmain
examples/components/all/main.cpp:5
Functionmain
examples/components/openai/main.cpp:5
Methodmake_request
src/http/http_request_handler.cpp:110
Methodmark_complete
src/providers/anthropic/anthropic_stream.cpp:220
Methodmark_complete
src/providers/openai/openai_stream.cpp:271
Methodnew_uuid
src/langfuse/tracer.cpp:542
Methodnone
include/ai/types/tool.h:88
Methodoperator!=
src/types/stream_result.cpp:37
Methodoperator!=
include/ai/types/model.h:34
Methodoperator*
include/ai/types/stream_result.h:35
Methodoperator++
src/types/stream_result.cpp:27
Methodoperator->
include/ai/types/stream_result.h:36
Methodoperator==
src/types/stream_result.cpp:33
Methodoperator==
include/ai/types/model.h:29
Methodparse_base_url
src/http/http_request_handler.cpp:17
Methodparse_error_completion_response
src/providers/anthropic/anthropic_response_parser.cpp:89
Methodparse_error_embedding_response
src/providers/anthropic/anthropic_response_parser.cpp:127
Methodparse_finish_reason
src/providers/openai/openai_stream.cpp:280
Methodparse_finish_reason
src/providers/openai/openai_response_parser.cpp:177
Methodparse_sse_line
src/providers/openai/openai_stream.cpp:198
Methodparse_sse_response
src/providers/anthropic/anthropic_stream.cpp:147
Methodparse_stop_reason
src/providers/anthropic/anthropic_response_parser.cpp:135
Methodparse_success_completion_response
src/providers/anthropic/anthropic_response_parser.cpp:9
Methodparse_success_embedding_response
src/providers/anthropic/anthropic_response_parser.cpp:95
Methodparse_usage
src/providers/openai/openai_stream.cpp:292
Functionprocess_file_async
Async tool: File processing simulation
examples/tool_calling_async.cpp:125
Methodprocess_sse_event
src/providers/anthropic/anthropic_stream.cpp:169
Methodprovider_name
src/providers/anthropic/anthropic_client.cpp:57
Methodprovider_name
src/providers/openai/openai_client.cpp:77
Methodprovider_name
tests/utils/mock_anthropic_client.cpp:130
← previousnext →301–400 of 454, ranked by callers