Skip to content

Will ToolCallback support streaming and processing of multi-modal resources? #4741

@chickenlj

Description

@chickenlj

ToolCallback interface definition currently only supports String as return type.

public interface ToolCallback {
	/**
	 * Execute tool with the given input and return the result to send back to the AI
	 * model.
	 */
	String call(String toolInput);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions