Documentation
¶
Overview ¶
Package textskill demonstrates a reusable Skill as a host-side composition of instructions, operation contracts, and execution behavior.
Index ¶
Constants ¶
View Source
const OperationName = "text_analyze"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skill ¶
type Skill struct{}
func (Skill) Execute ¶
func (Skill) Execute(_ context.Context, request agentruntime.OperationRequest) (agentruntime.OperationResult, error)
func (Skill) Instructions ¶
func (Skill) Register ¶
func (Skill) Register(registry *agentruntime.OperationRegistry) error
Click to show internal directories.
Click to hide internal directories.