execapi

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddExecRoutes

func AddExecRoutes(mux *http.ServeMux, promptService execservice.ExecService, taskService execservice.TasksEnvService, embedService embedservice.Service)

Types

type DefaultModelResponse added in v0.0.7

type DefaultModelResponse struct {
	ModelName string `json:"modelName"`
}

type EmbedRequest added in v0.0.6

type EmbedRequest struct {
	Text string `json:"text"`
}

type EmbedResponse added in v0.0.6

type EmbedResponse struct {
	Vector []float64 `json:"vector"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL