Module command_parser

Module command_parser 

Source
Expand description

LLM-based command parser for voice commands

This module parses natural language voice commands and extracts API requirements using MockForge’s LLM infrastructure.

Structs§

EndpointRequirement
Endpoint requirement extracted from command
FieldRequirement
Field requirement
FlowRequirement
Flow requirement
ModelRequirement
Model requirement extracted from command
ParsedCommand
Parsed command structure containing extracted API requirements
RelationshipRequirement
Relationship requirement
RequestBodyRequirement
Request body requirement
ResponseRequirement
Response requirement
VoiceCommandParser
Voice command parser that uses LLM to interpret natural language commands

Type Aliases§

ApiRequirement
Alias for API requirement (for backwards compatibility)