Package uno.anahata.asi.agi.message.code
package uno.anahata.asi.agi.message.code
Provides specialized message parts for server-side code execution.
This package defines the primitives used to capture and represent requests for hosted execution (like OpenAI's Code Interpreter or Gemini's Code Execution) and their corresponding textual outputs within the conversation history.
- Author:
- anahata
-
ClassDescriptionA specialized part representing a request from the model to execute code on the server (e.g., Python in OpenAI's Code Interpreter or Gemini's Code Execution).A specialized part representing the output or logs from a server-side code execution.The possible outcomes of a server-side code execution.

