| Package | Description |
|---|---|
| com.litongjava.chat |
| Modifier and Type | Method and Description |
|---|---|
static UniResponseSchema |
UniResponseSchema.array(String key)
"responseSchema": {
"type": "object",
"properties": {
"suggestions": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
|
static UniResponseSchema |
UniResponseSchema.pythonCode()
"responseSchema": {
"type": "object",
"properties": {
"action": {
"type": "string"
},
"tool": {
"type": "string"
}
"code": {
"type": "string"
},
}
}
|
Copyright © 2025. All rights reserved.