removedOutput schema / $defs
Removed value: -{
- "ExecutionMetadata": {
- "properties": {
- "agent_name": {
- "type": "string"
- },
- "context_id": {
- "type": "string"
- },
- "execution_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "session_id": {
- "type": "string"
- },
- "skill_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "skill_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "task_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "timestamp": {
- "type": "string"
- },
- "tool_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "trace_id": {
- "type": "string"
- },
- "user_id": {
- "type": "string"
- }
- },
- "required": [
- "context_id",
- "trace_id",
- "session_id",
- "user_id",
- "agent_name",
- "timestamp"
- ],
- "type": "object"
- },
- "TextArtifact": {
- "properties": {
- "content": {
- "type": "string"
- },
- "title": {
- "type": [
- "string",
- "null"
- ]
- },
- "x-artifact-type": {
- "default": "text",
- "type": "string"
- }
- },
- "required": [
- "content"
- ],
- "type": "object"
- }
-}
removedOutput schema / properties / _metadata
Removed value: -{
- "$ref": "#/$defs/ExecutionMetadata"
-}
removedOutput schema / properties / artifact
Removed value: -{
- "$ref": "#/$defs/TextArtifact"
-}
removedOutput schema / properties / artifact_id
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / content
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / mcp_execution_id
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / title
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / x-artifact-type
Added value: +{
+ "default": "text",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "artifact_id",
- "mcp_execution_id",
- "artifact",
- "_metadata"
-]New value: +[
+ "content"
+]
changedOutput schema / title
Previous value: -"ToolResponse"New value: +"TextArtifact"