MCPcopy Create free account

hub / github.com/cloudwego/eino / functions

Functions3,994 in github.com/cloudwego/eino

FunctionmakeUserMsg
--- generic table-driven test helpers ---
adk/middlewares/agentsmd/agentsmd_generic_test.go:30
FunctionmakeUserMsg
(content string)
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:46
FunctionmakeUserMsg
(text string)
adk/middlewares/summarization/summarization.go:1192
FunctionmakeUserMsgG
(content string)
adk/middlewares/reduction/reduction_generic_test.go:40
FunctionmakeUserMsgWithExtra
(content string)
adk/middlewares/agentsmd/agentsmd.go:163
FunctionmapToList
(m map[string]any)
compose/utils.go:318
Methodmerge
(opts []AgentCancelOption, now time.Time)
adk/turn_loop.go:102
Methodmerge
(ack chan struct{}, opts []AgentCancelOption, now time.Time)
adk/turn_loop.go:165
Methodmerge
(opts []AgentCancelOption, now time.Time)
adk/turn_loop.go:388
Methodmerge
(isrs []streamReader)
compose/stream_reader.go:79
MethodmergeWithNames
(isrs []streamReader, names []string)
compose/stream_reader.go:87
FunctionnewStream
(cap int)
schema/stream.go:389
FunctionnewTestMiddlewareTyped
(t *testing.T, tools []tool.BaseTool)
adk/middlewares/dynamictool/toolsearch/toolsearch_generic_test.go:181
FunctionnewTurnBuffer
()
adk/turn_buffer.go:29
FunctionnewTypedRetryModelWrapper
(inner model.BaseModel[M], config *TypedModelRetryConfig[M])
adk/retry_chatmodel.go:328
FunctionnewTypedSummaryMessage
(content string)
adk/middlewares/summarization/summarization.go:1204
FunctionnewTypedUserMessages
(text string)
adk/agent_tool.go:399
FunctionnewUserMessage
(query string)
adk/runner.go:38
MethodonChatModelEnd
(ctx context.Context, _ *callbacks.RunInfo, input *model.CallbackOutput)
flow/agent/react/option.go:287
MethodonChatModelEndWithStreamOutput
(ctx context.Context, _ *callbacks.RunInfo, input *schema.StreamReader[*model.CallbackOutput])
flow/agent/react/option.go:295
FunctiononEndWithStreamOutput
(ctx context.Context, output *schema.StreamReader[T])
compose/utils.go:69
MethodonGraphEnd
(ctx context.Context, _ *callbacks.RunInfo, _ callbacks.CallbackOutput)
flow/agent/react/option.go:324
MethodonGraphEndWithStreamOutput
(ctx context.Context, _ *callbacks.RunInfo, _ *schema.StreamReader[callbacks.CallbackOutput])
flow/agent/react/option.go:338
MethodonGraphError
(ctx context.Context, _ *callbacks.RunInfo, err error)
flow/agent/react/option.go:308
FunctiononStartWithStreamInput
(ctx context.Context, input *schema.StreamReader[T])
compose/utils.go:40
MethodoutputType
()
compose/workflow.go:539
MethodoutputType
outputType returns the output type of the chain. implements AnyGraph.
compose/chain.go:135
MethodoutputType
()
compose/graph_node.go:107
FunctionpregelChannelBuilder
(_ []string, _ []string, _ func() any, _ func() streamReader)
compose/pregel.go:21
FunctionptrOf
(v T)
schema/agentic_message_test.go:1222
FunctionqueryUserCompany
(ctx context.Context, req *userCompanyRequest)
compose/tool_node_test.go:330
FunctionqueryUserSalary
(ctx context.Context, req *userSalaryRequest)
compose/tool_node_test.go:354
Methodrecv
()
schema/stream.go:400
Methodrecv
()
schema/stream.go:470
Methodrecv
()
schema/stream.go:538
Methodrecv
()
schema/stream.go:699
Methodrecv
()
schema/stream.go:888
MethodrecvAny
()
schema/stream.go:312
MethodreportDependencies
(_ []string)
compose/pregel.go:93
MethodreportDependencies
(dependencies []string)
compose/dag.go:93
MethodreportSkip
(_ []string)
compose/pregel.go:90
MethodreportSkip
(keys []string)
compose/dag.go:106
MethodreportValues
(ins map[string]any)
compose/pregel.go:48
MethodreportValues
(ins map[string]any)
compose/dag.go:78
FunctionrunToolCallTaskByInvoke
(ctx context.Context, task *toolCallTask, opts ...tool.Option)
compose/tool_node.go:892
FunctionrunToolCallTaskByStream
(ctx context.Context, task *toolCallTask, opts ...tool.Option)
compose/tool_node.go:934
FunctionrunnableInvoke
(ctx context.Context, r *composableRunnable, input any, opts ...any)
compose/graph_run.go:101
FunctionrunnableTransform
(ctx context.Context, r *composableRunnable, input any, opts ...any)
compose/graph_run.go:105
MethodsetMergeConfig
(cfg FanInMergeConfig)
compose/pregel.go:31
MethodsetMergeConfig
(cfg FanInMergeConfig)
compose/dag.go:62
FunctionsmakeAssistantMsg
(content string)
adk/middlewares/summarization/summarization_test.go:1889
FunctionsmakeSystemMsg
(content string)
adk/middlewares/summarization/summarization_test.go:1878
FunctionsmakeUserMsg
============================================================================ Generic message helpers (prefixed with 's' to avoid conflicts) ==========
adk/middlewares/summarization/summarization_test.go:1867
Methodstream
(endpoint compose.StreamableToolEndpoint)
adk/middlewares/reduction/internal/large_tool_result.go:117
FunctiontestAgentMode
--- Part 2: Agent mode tests ---
adk/middlewares/skill/skill_generic_test.go:156
FunctiontestAgentsMDGeneric
(t *testing.T)
adk/middlewares/agentsmd/agentsmd_generic_test.go:120
FunctiontestClearFlowGeneric
--------------------------------------------------------------------------- Part 2: Clear rewrite flow -----------------------------------------------
adk/middlewares/reduction/reduction_generic_test.go:305
FunctiontestClearPostProcessGeneric
--------------------------------------------------------------------------- Part 4: ClearPostProcess callback ----------------------------------------
adk/middlewares/reduction/reduction_generic_test.go:418
FunctiontestCopyNilMessage
testCopyNilMessage verifies that copyMessagesGeneric does not panic when the input slice contains nil message elements (regression test).
adk/middlewares/reduction/reduction_generic_test.go:889
FunctiontestEnsureReminderGeneric
--- Generic test functions ---
adk/middlewares/dynamictool/toolsearch/toolsearch_generic_test.go:207
FunctiontestHelperFunctions
--------------------------------------------------------------------------- Part 1: Helper function tests --------------------------------------------
adk/middlewares/reduction/reduction_generic_test.go:162
FunctiontestMalformedJSONGeneric
(t *testing.T)
adk/middlewares/dynamictool/toolsearch/toolsearch_generic_test.go:354
FunctiontestMode1ForwardSelectionGeneric
(t *testing.T)
adk/middlewares/dynamictool/toolsearch/toolsearch_generic_test.go:308
FunctiontestMode1InitializationGeneric
(t *testing.T)
adk/middlewares/dynamictool/toolsearch/toolsearch_generic_test.go:275
FunctiontestPatchToolCallsGeneric
(t *testing.T)
adk/middlewares/patchtoolcalls/patchtoolcalls_test.go:156
FunctiontestSummarizationFlow
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:2055
FunctiontestSummarizationHelpers
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:1975
FunctiontestTokenCounterReceivesStateToolInfos
(t *testing.T)
adk/middlewares/summarization/summarization_test.go:2118
FunctiontestTruncationGeneric
--------------------------------------------------------------------------- Part 3: Truncation flow --------------------------------------------------
adk/middlewares/reduction/reduction_generic_test.go:373
FunctiontestWrapModel
--- Part 1: WrapModel test ---
adk/middlewares/skill/skill_generic_test.go:125
MethodtoAnyStreamReader
()
compose/stream_reader.go:105
FunctiontoStream
(r Reader)
schema/stream.go:747
MethodtoStream
()
schema/stream.go:338
MethodtoStream
()
schema/stream.go:592
MethodtoStream
()
schema/stream.go:780
MethodtoStream
()
schema/stream.go:892
FunctiontypedBuildAppendPromptTool
(prompt string, t tool.BaseTool)
adk/prebuilt/deep/types.go:44
FunctiontypedDefaultTaskToolDescription
(ctx context.Context, subAgents []adk.TypedAgent[M])
adk/prebuilt/deep/task_tool.go:177
FunctiontypedErrFunc
(err error)
adk/chatmodel.go:765
FunctiontypedErrorIter
(err error)
adk/utils.go:304
FunctiontypedErrorIterWithOnEnd
(ctx context.Context, err error)
adk/flow.go:807
FunctiontypedGetFailoverCurrentModel
(ctx context.Context)
adk/failover_chatmodel.go:38
FunctiontypedGetFailoverLastSuccessModel
(ctx context.Context)
adk/failover_chatmodel.go:169
FunctiontypedNewWriteTodos
()
adk/prebuilt/deep/deep.go:244
FunctiontypedPopToolGenAction
(ctx context.Context, toolName string)
adk/wrappers.go:519
FunctiontypedToolInvokeEvent
typedToolInvokeEvent constructs the tool result event for the invoke path, dispatching on M to create the correct message and event types.
adk/wrappers.go:720
FunctionunmarshalTurnLoopCheckpoint
(data []byte)
adk/turn_loop.go:960
FunctionunpackStreamReader
(isr streamReader)
compose/stream_reader.go:115
FunctionupdateUserInfo
(ctx context.Context, input *User)
components/tool/utils/invokable_func_test.go:194
FunctionupdateUserInfoWithOption
(_ context.Context, input *User, opts ...tool.Option)
components/tool/utils/invokable_func_test.go:211
FunctionuseLast
(s []T)
internal/concat.go:49
Methodvalidate
()
flow/agent/multiagent/host/types.go:104
MethodwithKey
(key string)
compose/stream_reader.go:95
FunctionzeroValueFromGeneric
()
compose/generic_helper.go:245
← previous3,901–3,994 of 3,994, ranked by callers