We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d255f49 commit cc2e6f2Copy full SHA for cc2e6f2
1 file changed
sfn.go
@@ -281,6 +281,6 @@ func checkLLMFunctionCall(logger *slog.Logger, serverlessCtx yserverless.Context
281
return
282
}
283
if !fc.IsOK {
284
- logger.Warn("The function is not returning anything, please check if `WriteLLMResult()` has been called")
+ logger.Warn("The function return nothing to LLM, please ensure ctx.ReadLLMArguments() and ctx.WriteLLMResult() has been called in Handler func.")
285
286
0 commit comments