Uses of Class
com.google.genkit.core.ActionRunResult
Packages that use ActionRunResult
-
Uses of ActionRunResult in com.google.genkit.ai
Methods in com.google.genkit.ai that return ActionRunResultModifier and TypeMethodDescriptionActionRunResult<com.fasterxml.jackson.databind.JsonNode> Embedder.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> GenerateAction.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Indexer.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) default ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Model.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Prompt.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Retriever.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Tool.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) -
Uses of ActionRunResult in com.google.genkit.ai.evaluation
Methods in com.google.genkit.ai.evaluation that return ActionRunResultModifier and TypeMethodDescriptionActionRunResult<com.fasterxml.jackson.databind.JsonNode> Evaluator.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) -
Uses of ActionRunResult in com.google.genkit.core
Methods in com.google.genkit.core that return ActionRunResultModifier and TypeMethodDescriptionActionRunResult.Builder.build()ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Action.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) Runs the action with JSON input and returns the result with telemetry information.ActionRunResult<com.fasterxml.jackson.databind.JsonNode> ActionDef.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback) ActionRunResult<com.fasterxml.jackson.databind.JsonNode> Flow.runJsonWithTelemetry(ActionContext ctx, com.fasterxml.jackson.databind.JsonNode input, Consumer<com.fasterxml.jackson.databind.JsonNode> streamCallback)