Skip to content

Bots

flowtask.bots

CodeReview

CodeReview(task, *args, **kwargs)

__call__ async

__call__(task, status, message, stacktrace=None, *args, **kwargs)

Calling Bot based on Task Errors/Exceptions.

check

CodeReview

CodeReview(task, *args, **kwargs)
__call__ async
__call__(task, status, message, stacktrace=None, *args, **kwargs)

Calling Bot based on Task Errors/Exceptions.

codebot

CodeBot

Bases: AbstractBot

CodeBot.

Codebot will be useful for evaluating errors and providing feedback on code.

return_llm

return_llm()

Return a VertexLLM instance.